diff options
author | Merov Linden <merov@lindenlab.com> | 2014-02-26 17:22:16 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-02-26 17:22:16 -0800 |
commit | ed38a0aede09f42c4fe7eb4dd53ecd6490d12ca0 (patch) | |
tree | 239e4316183fe9b70d5ac3ee50aa4c697127f7e1 /indra/newview/llfloaterflickr.h | |
parent | 8fb94a96b18d3b115b75f6d40a06da1c31d21623 (diff) |
ACME-1327 : WIP : Make rescale of preview isotropic, make preview button a toggle
Diffstat (limited to 'indra/newview/llfloaterflickr.h')
-rw-r--r-- | indra/newview/llfloaterflickr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterflickr.h b/indra/newview/llfloaterflickr.h index 9fa4a258e2..8a346c3166 100644 --- a/indra/newview/llfloaterflickr.h +++ b/indra/newview/llfloaterflickr.h @@ -76,6 +76,7 @@ private: LLUICtrl * mRatingComboBox; LLUICtrl * mPostButton; LLUICtrl * mCancelButton; + LLButton * mBtnPreview; }; class LLFlickrAccountPanel : public LLPanel |