summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersocial.h
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-06-25 19:49:13 +0100
committerCho <cho@lindenlab.com>2013-06-25 19:49:13 +0100
commit4a8579462c464bd73d79256435d08ebc4112ccf7 (patch)
tree259ce2db472434eb40fc804bbf9fad9608091681 /indra/newview/llfloatersocial.h
parent4441edecdf27b9324b61d9e415c257e50e4909a6 (diff)
made status update post button disabled for ACME-571
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r--indra/newview/llfloatersocial.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h
index 7b8db2d64a..1e28e3cb7e 100644
--- a/indra/newview/llfloatersocial.h
+++ b/indra/newview/llfloatersocial.h
@@ -36,7 +36,13 @@ class LLSocialStatusPanel : public LLPanel
{
public:
LLSocialStatusPanel();
+ BOOL postBuild();
+ void draw();
void onSend();
+
+private:
+ LLUICtrl* mMessageTextEditor;
+ LLUICtrl* mPostStatusButton;
};
class LLSocialPhotoPanel : public LLPanel