summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterflickr.h
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-11-07 01:30:36 +0000
committerCho <cho@lindenlab.com>2013-11-07 01:30:36 +0000
commitbe23aaefe53cd245752d3973bf930c87f67c6253 (patch)
treeb226d950aea0fa80110f6c8da3239e865e28ed1d /indra/newview/llfloaterflickr.h
parent1a1826a4f7110dc2b7859f6ce871ab0ac957525f (diff)
added title, descriptions, tags, and safety level to panel_flickr_photo.xml for ACME-1142
Diffstat (limited to 'indra/newview/llfloaterflickr.h')
-rw-r--r--indra/newview/llfloaterflickr.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llfloaterflickr.h b/indra/newview/llfloaterflickr.h
index d98a470d5c..8cf2cd2dd6 100644
--- a/indra/newview/llfloaterflickr.h
+++ b/indra/newview/llfloaterflickr.h
@@ -66,8 +66,11 @@ private:
LLUICtrl * mRefreshBtn;
LLUICtrl * mWorkingLabel;
LLUICtrl * mThumbnailPlaceholder;
- LLUICtrl * mCaptionTextBox;
+ LLUICtrl * mTitleTextBox;
+ LLUICtrl * mDescriptionTextBox;
LLUICtrl * mLocationCheckbox;
+ LLUICtrl * mTagsTextBox;
+ LLUICtrl * mRatingComboBox;
LLUICtrl * mPostButton;
LLUICtrl* mCancelButton;
};