diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-16 19:46:31 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-16 19:46:31 +0200 |
commit | 0a25d9b1ba4f01ae391319d35e4f573dc6624365 (patch) | |
tree | ea47456c06d706d58837b60c11bfa8c66bb29316 /indra/newview/llfloatersnapshot.h | |
parent | e7ef0512a27adce621b8523f6cb81a8daa73e12d (diff) |
EXP-1562 WIP Turned the Save button into flyout (Save / Save as).
By the way, fixed:
* inability to save a snapshot to disk after pressing "Cancel" in the file picker.
* displaying "Saved to computer!" after pressing "Cancel" in the file picker.
Diffstat (limited to 'indra/newview/llfloatersnapshot.h')
-rw-r--r-- | indra/newview/llfloatersnapshot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersnapshot.h b/indra/newview/llfloatersnapshot.h index 48015ad4d7..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(); |