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
+2 -2
View File
@@ -227,7 +227,7 @@ int32 button_index = alert->Go();
See button_width for details.
\param spacing Determines how the buttons are spaced. Options are
\li \c B_EVEN_SPACING
\li \c B_OFFSET_SPACING
\li \c B_OFFSET_SPACING
See button_spacing for details.
\param type Constant that determines which alert icon is displayed.
@@ -408,7 +408,7 @@ int32 button_index = alert->Go();
/*!
\fn BTextView* BAlert::TextView() const
\brief Returns a TextView containing the text of the Alert.
\brief Returns the Alert's TextView.
\since BeOS R3
*/