summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterfacebook.h
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2014-03-15 00:57:35 +0100
committerCho <cho@lindenlab.com>2014-03-15 00:57:35 +0100
commit265822ef20d90b0eb84e5b4c9a0847056095023a (patch)
treea215bcd4ba82bcb52bfc45b44bef25f0b4a1d3d7 /indra/newview/llfloaterfacebook.h
parent976f09ffc6b2943b4423cc1816d2ec57b7c98f3f (diff)
Made location checkbox automatically unchecked when caption is empty for ACME-1375
Diffstat (limited to 'indra/newview/llfloaterfacebook.h')
-rw-r--r--indra/newview/llfloaterfacebook.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterfacebook.h b/indra/newview/llfloaterfacebook.h
index 8eff46412d..5f2d53eaca 100644
--- a/indra/newview/llfloaterfacebook.h
+++ b/indra/newview/llfloaterfacebook.h
@@ -78,6 +78,7 @@ public:
void updateControls();
void updateResolution(BOOL do_update);
+ void updateLocationCheckbox();
void checkAspectRatio(S32 index);
LLUICtrl* getRefreshBtn();
@@ -102,6 +103,7 @@ private:
LLFloaterBigPreview * mBigPreviewFloater;
S32 mQuality; // Compression quality
+ bool mIncludeLocation;
};
class LLFacebookCheckinPanel : public LLPanel