Skip to content
Snippets Groups Projects
Commit 9f48036e authored by Rye Mutt's avatar Rye Mutt :bread: Committed by RobotRoss
Browse files

Tired dog noise

parent 8c3061db
No related branches found
No related tags found
No related merge requests found
...@@ -459,11 +459,11 @@ void LLViewerFloaterReg::registerFloaters() ...@@ -459,11 +459,11 @@ void LLViewerFloaterReg::registerFloaters()
if(!gSkinSettings.getBool("LegacyNotificationWell")) if(!gSkinSettings.getBool("LegacyNotificationWell"))
{ {
LLFloaterReg::add("legacy_notification_well_window", "floater_notifications_tabbed.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLFloaterNotificationsTabbed>); LLFloaterReg::add("notification_well_window", "floater_notifications_tabbed.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLFloaterNotificationsTabbed>);
} }
else else
{ {
LLFloaterReg::add("notification_well_window", "floater_legacy_sys_well.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLLegacyNotificationWellWindow>); LLFloaterReg::add("legacy_notification_well_window", "floater_legacy_sys_well.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLLegacyNotificationWellWindow>);
} }
LLFloaterReg::add("object_weights", "floater_object_weights.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLFloaterObjectWeights>); LLFloaterReg::add("object_weights", "floater_object_weights.xml", (LLFloaterBuildFunc)&LLFloaterReg::build<LLFloaterObjectWeights>);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment