diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-09-26 17:39:55 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-09-26 17:39:55 +0300 |
commit | 405f5c879c44f32635dcb94de2c7dfb9e4a8673a (patch) | |
tree | 04f799fe444cca826caac89a5ed2303954e7f2ac /indra/newview/llfloaterfixedenvironment.h | |
parent | cca55533f88e6e50ac006f34708b7184b6a6859c (diff) |
SL-9732 FIXED [EEP] Save As does not provide dialogue to supply new setting name
Diffstat (limited to 'indra/newview/llfloaterfixedenvironment.h')
-rw-r--r-- | indra/newview/llfloaterfixedenvironment.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterfixedenvironment.h b/indra/newview/llfloaterfixedenvironment.h index 3181d4cbda..d235491fd9 100644 --- a/indra/newview/llfloaterfixedenvironment.h +++ b/indra/newview/llfloaterfixedenvironment.h @@ -83,7 +83,7 @@ protected: LLSettingsBase::ptr_t mSettings; virtual void doImportFromDisk() = 0; - virtual void doApplyCreateNewInventory(); + virtual void doApplyCreateNewInventory(std::string settings_name); virtual void doApplyUpdateInventory(); virtual void doApplyEnvironment(const std::string &where); void doCloseInventoryFloater(bool quitting = false); @@ -111,6 +111,7 @@ protected: void onPanelDirtyFlagChanged(bool); virtual void onClickCloseBtn(bool app_quitting = false) override; + void onSaveAsCommit(const LLSD& notification, const LLSD& response); private: void onNameChanged(const std::string &name); |