diff options
author | Cho <cho@lindenlab.com> | 2014-02-06 00:37:26 +0000 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2014-02-06 00:37:26 +0000 |
commit | b0693c48ceb943dfae8d20183d101ec78a264da6 (patch) | |
tree | 5c2cbcea35778f80827fc5ac8eeda32325b85134 /indra/newview/llfloaterflickr.cpp | |
parent | cfde9440c9202e6f2b313761067d2884cff98c05 (diff) |
Made Flickr tags persist between uploads for ACME-1303
Diffstat (limited to 'indra/newview/llfloaterflickr.cpp')
-rw-r--r-- | indra/newview/llfloaterflickr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterflickr.cpp b/indra/newview/llfloaterflickr.cpp index ca1022d09d..2280d555e6 100644 --- a/indra/newview/llfloaterflickr.cpp +++ b/indra/newview/llfloaterflickr.cpp @@ -328,7 +328,6 @@ void LLFlickrPhotoPanel::clearAndClose() { mTitleTextBox->setValue(""); mDescriptionTextBox->setValue(""); - mTagsTextBox->setValue(DEFAULT_TAG_TEXT); LLFloater* floater = getParentByType<LLFloater>(); if (floater) |