From 73916e6483817bfce96c5035b4541a5072c449c2 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Fri, 13 Nov 2015 12:02:44 -0500 Subject: [PATCH] For testing UI without logging in, add Load from XML... to Advanced menu of login. --- indra/newview/llviewermenu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index 8543fdd54..305165524 100644 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -711,6 +711,7 @@ void init_menus() menu->addChild(new LLMenuItemCallGL("Debug Settings...", handle_singleton_toggle, NULL, NULL)); // Debugging view for unified notifications: CTRL-SHIFT-5 menu->addChild(new LLMenuItemCallGL("Notifications Console...", handle_show_notifications_console, NULL, NULL, '5', MASK_CONTROL|MASK_SHIFT)); + menu->addChild(new LLMenuItemCallGL("Load from XML...", handle_load_from_xml)); gLoginMenuBarView->addChild(menu); menu->updateParent(LLMenuGL::sMenuContainer);