docs/user: BAlert: Fix incorrect ::TextView() docs.

TextView() returns *the* BTextView the BAlert is using, not a new
TextView with the contents of the BAlert (which is what this seemed to
imply).
This commit is contained in:
Augustin Cavalier
2015-08-26 14:42:11 -04:00
parent da18151469
commit 1ea54e567e
+1 -1
View File
@@ -408,7 +408,7 @@ int32 button_index = alert->Go();
/*! /*!
\fn BTextView* BAlert::TextView() const \fn BTextView* BAlert::TextView() const
\brief Returns a TextView containing the text of the Alert. \brief Returns the Alert's TextView.
\since BeOS R3 \since BeOS R3
*/ */