diff options
author | Oz Linden <oz@lindenlab.com> | 2011-11-18 16:32:23 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-11-18 16:32:23 -0500 |
commit | d145cbf37100d50ac6fc15c6009cb496615ed7fb (patch) | |
tree | de664b77132c7c0408b103766501ce86b66a83f2 /indra/newview/llfloatersnapshot.h | |
parent | eee556cfbb1bdd0bf35568632a96ce9f18d27262 (diff) | |
parent | 0c36f481f13493801788ef233b96a2bfe5a44060 (diff) |
pull back 3.2.2 beta 2 fixes
Diffstat (limited to 'indra/newview/llfloatersnapshot.h')
-rw-r--r-- | indra/newview/llfloatersnapshot.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloatersnapshot.h b/indra/newview/llfloatersnapshot.h index 2c79c749d6..afe135fa40 100644 --- a/indra/newview/llfloatersnapshot.h +++ b/indra/newview/llfloatersnapshot.h @@ -58,7 +58,7 @@ public: // TODO: create a snapshot model instead static LLFloaterSnapshot* getInstance(); static void saveTexture(); - static void saveLocal(); + static BOOL saveLocal(); static void preUpdate(); static void postUpdate(); static void postSave(); @@ -71,6 +71,8 @@ public: private: static LLUICtrl* sThumbnailPlaceholder; + LLUICtrl *mRefreshBtn, *mRefreshLabel; + LLUICtrl *mSucceessLblPanel, *mFailureLblPanel; class Impl; Impl& impl; |