diff options
author | Merov Linden <merov@lindenlab.com> | 2013-07-10 19:26:42 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-07-10 19:26:42 -0700 |
commit | b22b47fde552d2b1951858b7a4707876744cf396 (patch) | |
tree | bf09092235fc4a215faa039aff3c3852210b7d7e /indra/newview/llfloatersocial.h | |
parent | 722dc13dcc481900b3110fe54f840b2292ea3976 (diff) |
ACME-671 : Disable social panel UX while transaction (Post or Connection) is ongoing
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r-- | indra/newview/llfloatersocial.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h index 0fc5ea520a..f1deeb423d 100644 --- a/indra/newview/llfloatersocial.h +++ b/indra/newview/llfloatersocial.h @@ -49,7 +49,8 @@ public: private: LLUICtrl* mMessageTextEditor; - LLUICtrl* mPostStatusButton; + LLUICtrl* mPostButton; + LLUICtrl* mCancelButton; }; class LLSocialPhotoPanel : public LLPanel @@ -86,6 +87,7 @@ private: LLUICtrl * mCaptionTextBox; LLUICtrl * mLocationCheckbox; LLUICtrl * mPostButton; + LLUICtrl* mCancelButton; }; class LLSocialCheckinPanel : public LLPanel @@ -104,6 +106,8 @@ private: std::string mMapUrl; LLPointer<LLViewerFetchedTexture> mMapTexture; LLUICtrl* mPostButton; + LLUICtrl* mCancelButton; + LLUICtrl* mMessageTextEditor; LLUICtrl* mMapLoadingIndicator; LLIconCtrl* mMapPlaceholder; LLCheckBoxCtrl* mMapCheckBox; |