diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-14 17:38:08 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-14 17:38:08 +0200 |
commit | 82f7ccdb0ae72de0dbef8350da122bd74b7d12a5 (patch) | |
tree | 9c9500b4a806e94fb3a553b07c72b8736dd0cc85 /indra/newview/llfloatersnapshot.h | |
parent | 9a3c8513187b90140c80204a0a2b659ae024069f (diff) |
EXP-1573 FIXED Display "Refresh to save" hint when snapshot needs to be refreshed.
By the way, removed redundant onCommitResolution() callback.
Diffstat (limited to 'indra/newview/llfloatersnapshot.h')
-rw-r--r-- | indra/newview/llfloatersnapshot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatersnapshot.h b/indra/newview/llfloatersnapshot.h index 2c79c749d6..7e5a08b1c6 100644 --- a/indra/newview/llfloatersnapshot.h +++ b/indra/newview/llfloatersnapshot.h @@ -71,6 +71,7 @@ public: private: static LLUICtrl* sThumbnailPlaceholder; + LLUICtrl *mRefreshBtn, *mRefreshLabel; class Impl; Impl& impl; |