llTextBox, patch from Henri

This commit is contained in:
Siana Gearz
2011-02-06 18:38:51 +01:00
parent 144f8d720a
commit 3a4093ccc3
4 changed files with 80 additions and 9 deletions

View File

@@ -41,6 +41,7 @@
class LLButton;
class LLNotifyBoxTemplate;
class LLTextEditor;
// NotifyBox - for notifications that require a response from the user.
class LLNotifyBox :
@@ -103,6 +104,8 @@ private:
protected:
std::string mMessage;
LLTextEditor *mUserInputBox;
LLNotificationPtr mNotification;
BOOL mIsTip;
BOOL mIsCaution; // is this a caution notification?