diff options
author | Rider Linden <rider@lindenlab.com> | 2018-05-22 16:54:04 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-05-22 16:54:04 -0700 |
commit | b29aa01056a1ea08d1d29dd610f6a1cd0aadcd9b (patch) | |
tree | f64a62e6eac9a3d343162a9c52e522761c96e6ca /indra/newview/llinventorybridge.cpp | |
parent | 3888de9439c20eb1698e16fb878a47d78cfdf85e (diff) |
Enable save/load/import for day edit.
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 699370cad3..2b74116f8b 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -7293,7 +7293,7 @@ public: LLFloaterReg::showInstance("env_fixed_environmentent_water", LLSDMap("inventory_id", item->getUUID()), TAKE_FOCUS_YES); break; case LLSettingsType::ST_DAYCYCLE: - //LLFloaterReg::showInstance("env_fixed_environmentent_day", LLSDMap("inventory_id", item->getUUID()), TAKE_FOCUS_YES); + LLFloaterReg::showInstance("env_edit_extdaycycle", LLSDMap("inventory_id", item->getUUID()), TAKE_FOCUS_YES); break; default: break; |