From ae63d4aa97090efd81e15ba5e60956dd909e5e99 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Fri, 7 Mar 2014 13:55:00 -0500 Subject: [PATCH] Tiny change to the BListItem docs (make more generic) --- docs/user/interface/ListItem.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/interface/ListItem.dox b/docs/user/interface/ListItem.dox index 9a2692fd37..5689147554 100644 --- a/docs/user/interface/ListItem.dox +++ b/docs/user/interface/ListItem.dox @@ -147,7 +147,7 @@ /*! \fn void BListItem::Update(BView* owner, const BFont* font) - \brief Hook method that's called with the list item's \a owner changes. + \brief Hook method that's called when the \a owner changes. This method gets called when the list item is added to the list view.