diff options
author | Merov Linden <merov@lindenlab.com> | 2013-07-08 16:01:20 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-07-08 16:01:20 -0700 |
commit | 0be0b0e8b01338564b1502b8bb2b40e5a9454b0f (patch) | |
tree | 684bf0a520f02265736b4321cc34fdaa21c394ba /indra/newview/llfloatersocial.h | |
parent | a1cc147829be2c341721ea75f713ac66279ad40c (diff) |
ACME-651 : Implement all missing status messages, tweak colors and positioning
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r-- | indra/newview/llfloatersocial.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h index cc47fb61e1..76f7d080cc 100644 --- a/indra/newview/llfloatersocial.h +++ b/indra/newview/llfloatersocial.h @@ -125,8 +125,10 @@ public: private: LLSocialPhotoPanel* mSocialPhotoPanel; LLTextBox* mStatusErrorText; + LLTextBox* mStatusPostingErrorText; LLTextBox* mStatusLoadingText; - LLUICtrl* mStatusLoadingIndicator; + LLTextBox* mStatusPostingText; + LLUICtrl* mStatusLoadingIndicator; }; #endif // LL_LLFLOATERSOCIAL_H |