summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatereditdaycycle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloatereditdaycycle.cpp')
-rw-r--r--indra/newview/llfloatereditdaycycle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatereditdaycycle.cpp b/indra/newview/llfloatereditdaycycle.cpp
index 165b271133..b63677b258 100644
--- a/indra/newview/llfloatereditdaycycle.cpp
+++ b/indra/newview/llfloatereditdaycycle.cpp
@@ -423,7 +423,7 @@ void LLFloaterEditDayCycle::onAddKey()
if ((S32)mSliderToKey.size() >= max_sliders)
{
LLSD args;
- args["SCOPE"] = LLEnvManager::getScopeString(scope);
+ args["SCOPE"] = LLEnvManagerNew::getScopeString(scope);
args["MAX"] = max_sliders;
LLNotificationsUtil::add("DayCycleTooManyKeyframes", args, LLSD(), LLNotificationFunctorRegistry::instance().DONOTHING);
return;