diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-04-13 18:59:00 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-04-13 18:59:00 +0300 |
commit | eec33adf34db3fe0c32600808458e4307ede1bf0 (patch) | |
tree | 10919302c8706f061e02c97864ed4dbd13aa4fca /indra/newview/llfloatersnapshot.h | |
parent | 2311d8c2b200574a0fb38c80222a0f09ce984f67 (diff) |
MAINT-3286 FIXED Fix error message on snapshot save when user has no L$
Diffstat (limited to 'indra/newview/llfloatersnapshot.h')
-rwxr-xr-x | 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 0bb9474bb5..eb3a94999b 100755 --- a/indra/newview/llfloatersnapshot.h +++ b/indra/newview/llfloatersnapshot.h @@ -61,6 +61,7 @@ public: static BOOL saveLocal(); static void postSave(); static void postPanelSwitch(); + static void inventorySaveFailed(); static LLPointer<LLImageFormatted> getImageData(); static const LLVector3d& getPosTakenGlobal(); static void setAgentEmail(const std::string& email); |