summaryrefslogtreecommitdiff
path: root/indra/newview/llpresetsmanager.h
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2016-05-27 03:34:37 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2016-05-27 03:34:37 +0300
commit0d5edb03a226a62bb416ddca250e4f1f789f56fd (patch)
treea2b038d73951587fd1334662aa568924d9a1cffd /indra/newview/llpresetsmanager.h
parent67f8d57927f845cfb35783a1678c0e3d2ad51b61 (diff)
MAINT-6435 Deafult preset should set the same settings as the "Reset to recommended settings" button
Diffstat (limited to 'indra/newview/llpresetsmanager.h')
-rw-r--r--indra/newview/llpresetsmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpresetsmanager.h b/indra/newview/llpresetsmanager.h
index ac4f0c010c..21f9885f27 100644
--- a/indra/newview/llpresetsmanager.h
+++ b/indra/newview/llpresetsmanager.h
@@ -56,7 +56,7 @@ public:
static std::string getPresetsDir(const std::string& subdirectory);
void setPresetNamesInComboBox(const std::string& subdirectory, LLComboBox* combo, EDefaultOptions default_option);
void loadPresetNamesFromDir(const std::string& dir, preset_name_list_t& presets, EDefaultOptions default_option);
- bool savePreset(const std::string& subdirectory, std::string name);
+ bool savePreset(const std::string& subdirectory, std::string name, bool createDefault = false);
void loadPreset(const std::string& subdirectory, std::string name);
bool deletePreset(const std::string& subdirectory, std::string name);