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

Hotfix crash

parent 56fa1056
No related branches found
No related tags found
No related merge requests found
......@@ -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
{
......
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