docs/user: Fix documentation of BTab::SetLabel.

This commit is contained in:
Augustin Cavalier 2015-07-07 11:10:21 -04:00
parent bf8fe3ddb3
commit 0426b7e7e8

View File

@ -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
*/