diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-01-23 20:33:41 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-01-23 20:33:41 +0200 |
commit | deac9ae7d84776d1f8497af82ed39e5d53e722d9 (patch) | |
tree | 6261943f500a2f72b27f107c88b641d1ad7e24f6 /indra/newview/llfloaterfixedenvironment.cpp | |
parent | d693c5350933e664e5131c98babc7fbb2b4571aa (diff) |
SL-1932 Day Cycle Edit feature "Load Track" Part 2
Diffstat (limited to 'indra/newview/llfloaterfixedenvironment.cpp')
-rw-r--r-- | indra/newview/llfloaterfixedenvironment.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterfixedenvironment.cpp b/indra/newview/llfloaterfixedenvironment.cpp index 98cec04898..ce231973c7 100644 --- a/indra/newview/llfloaterfixedenvironment.cpp +++ b/indra/newview/llfloaterfixedenvironment.cpp @@ -239,7 +239,7 @@ LLFloaterSettingsPicker * LLFloaterFixedEnvironment::getSettingsPicker() if (!picker) { picker = new LLFloaterSettingsPicker(this, - LLUUID::null, "SELECT SETTINGS"); + LLUUID::null); mInventoryFloater = picker->getHandle(); |