From 0426b7e7e89cbb1b17799082815deccec1c79688 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Tue, 7 Jul 2015 11:10:21 -0400 Subject: [PATCH] docs/user: Fix documentation of BTab::SetLabel. --- docs/user/interface/TabView.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/interface/TabView.dox b/docs/user/interface/TabView.dox index 7d6b780f25..15b9ce57e5 100644 --- a/docs/user/interface/TabView.dox +++ b/docs/user/interface/TabView.dox @@ -126,7 +126,7 @@ /*! \fn const char* BTab::Label() const - \brief Returns the tab's label (The target view's name). + \brief Returns the tab's label (the target view's name). \since BeOS R3 */ @@ -134,7 +134,7 @@ /*! \fn void BTab::SetLabel(const char* label) - \brief Sets the tab's label. + \brief Sets the target view's name, and updates the BTab accordingly. \since BeOS R3 */