diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-15 20:07:58 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-15 20:07:58 +0200 |
commit | 59a7cc2e0fdba593c6bd444d01ff5ac0bd2fc9cd (patch) | |
tree | b3cff02ec1e1d9b82db1883fbea72ca6e59ae8ea /indra/newview/llfloatersnapshot.h | |
parent | 82f7ccdb0ae72de0dbef8350da122bd74b7d12a5 (diff) |
EXP-1590 FIXED Success / Failure message now appears on top, overlaying the preview image.
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 7e5a08b1c6..48015ad4d7 100644 --- a/indra/newview/llfloatersnapshot.h +++ b/indra/newview/llfloatersnapshot.h @@ -72,6 +72,7 @@ public: private: static LLUICtrl* sThumbnailPlaceholder; LLUICtrl *mRefreshBtn, *mRefreshLabel; + LLUICtrl *mSucceessLblPanel, *mFailureLblPanel; class Impl; Impl& impl; |