summaryrefslogtreecommitdiff
path: root/indra/newview/llpresetsmanager.h
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2020-01-15 14:02:02 +0200
committermaxim_productengine <mnikolenko@productengine.com>2020-01-15 14:02:02 +0200
commitfeb4280e290d3bad8556a7d5073aec0b838e41e6 (patch)
treeca749c56f7219c00b8e7296b9e0a722b33aa6b7d /indra/newview/llpresetsmanager.h
parent941c1ee7f8a0446937c37ba6ce31503a0c360d50 (diff)
SL-12558 FIXED The "Default" preset allows saving over it
Diffstat (limited to 'indra/newview/llpresetsmanager.h')
-rw-r--r--indra/newview/llpresetsmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpresetsmanager.h b/indra/newview/llpresetsmanager.h
index 0014e32267..488a61290b 100644
--- a/indra/newview/llpresetsmanager.h
+++ b/indra/newview/llpresetsmanager.h
@@ -33,6 +33,7 @@
#include <map>
static const std::string PRESETS_DEFAULT = "Default";
+static const std::string PRESETS_DEFAULT_UPPER = "DEFAULT";
static const std::string PRESETS_DIR = "presets";
static const std::string PRESETS_GRAPHIC = "graphic";
static const std::string PRESETS_CAMERA = "camera";