diff options
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/lltoastnotifypanel.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltoastnotifypanel.cpp b/indra/newview/lltoastnotifypanel.cpp index 0c23947a8c..48b68e4292 100644 --- a/indra/newview/lltoastnotifypanel.cpp +++ b/indra/newview/lltoastnotifypanel.cpp @@ -128,6 +128,7 @@ mAddedDefaultBtn(false)  	// *TODO: magic numbers(???) - copied from llnotify.cpp(250)  	const S32 MAX_LENGTH = 512 + 20 + DB_FIRST_NAME_BUF_SIZE + DB_LAST_NAME_BUF_SIZE + DB_INV_ITEM_NAME_BUF_SIZE;  +	mTextBox->setMaxTextLength(MAX_LENGTH);  	mTextBox->setVisible(TRUE);  	mTextBox->setValue(notification->getMessage());  | 
