diff options
author | Merov Linden <merov@lindenlab.com> | 2013-12-11 21:46:17 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-12-11 21:46:17 -0800 |
commit | 26a6668fb23ce289b67154ba3e3ac35f25a54978 (patch) | |
tree | 9f7c7310c55d95d2525e96551892d451e0f15619 /indra/newview/llfloaterfacebook.h | |
parent | 11e3f8c3a1209c17814d90978a1c0b80225bc122 (diff) |
ACME-1233 : Set the quality for jpeg images send to Facebook correctly
Diffstat (limited to 'indra/newview/llfloaterfacebook.h')
-rw-r--r-- | indra/newview/llfloaterfacebook.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterfacebook.h b/indra/newview/llfloaterfacebook.h index ab6420264b..0776f24034 100644 --- a/indra/newview/llfloaterfacebook.h +++ b/indra/newview/llfloaterfacebook.h @@ -88,6 +88,8 @@ private: LLUICtrl * mLocationCheckbox; LLUICtrl * mPostButton; LLUICtrl* mCancelButton; + + S32 mQuality; // Compression quality }; class LLFacebookCheckinPanel : public LLPanel |