diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-09-17 20:29:45 +0300 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-09-17 20:29:45 +0300 |
| commit | 53a93d3e73892f633b1d79de359924d733489bdb (patch) | |
| tree | bee6598e4c7b976fa7f5f6f8364b1f6ee179a94a /indra/newview/llfloatereditextdaycycle.cpp | |
| parent | 8a65439c76437476d62b3f52fa26fea7ea1c6740 (diff) | |
SL-9654 EEP Double click should apply instead of opening in settings picker
Diffstat (limited to 'indra/newview/llfloatereditextdaycycle.cpp')
| -rw-r--r-- | indra/newview/llfloatereditextdaycycle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.cpp b/indra/newview/llfloatereditextdaycycle.cpp index 69623567d4..4be0e30c62 100644 --- a/indra/newview/llfloatereditextdaycycle.cpp +++ b/indra/newview/llfloatereditextdaycycle.cpp @@ -1332,7 +1332,7 @@ void LLFloaterEditExtDayCycle::doImportFromDisk() void LLFloaterEditExtDayCycle::loadSettingFromFile(const std::vector<std::string>& filenames) { - if (filenames.size() < 1) return;
+ if (filenames.size() < 1) return; std::string filename = filenames[0]; LL_WARNS("LAPRAS") << "Selected file: " << filename << LL_ENDL; LLSettingsDay::ptr_t legacyday = LLEnvironment::createDayCycleFromLegacyPreset(filename); |
