diff --git a/indra/newview/llviewerfloaterreg.cpp b/indra/newview/llviewerfloaterreg.cpp index 475688f7bc86b8cc36a030e2cd4a11bebf2a80e2..9b1f251149c1f5eacb1bd93cd6ba38df176e8d13 100644 --- a/indra/newview/llviewerfloaterreg.cpp +++ b/indra/newview/llviewerfloaterreg.cpp @@ -459,7 +459,7 @@ void LLViewerFloaterReg::registerFloaters() if(!gSkinSettings.getBool("LegacyNotificationWell")) { - LLFloaterReg::add("notification_well_window", "floater_notifications_tabbed.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLFloaterNotificationsTabbed>); + LLFloaterReg::add("legacy_notification_well_window", "floater_notifications_tabbed.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLFloaterNotificationsTabbed>); } else {