UI cleanup

This commit is contained in:
Siana Gearz
2011-03-01 14:39:18 +01:00
parent 73becacbf5
commit bf59cb9aa9
3 changed files with 3 additions and 2 deletions

View File

@@ -867,6 +867,7 @@ void init_menus()
LLRect menuBarRect = gLoginMenuBarView->getRect();
menu = new LLMenuGL(CLIENT_MENU_NAME);
menu->setCanTearOff(FALSE);
menu->append(new LLMenuItemCallGL("Debug Settings...", LLFloaterSettingsDebug::show, NULL, NULL));
gLoginMenuBarView->appendMenu(menu);
menu->updateParent(LLMenuGL::sMenuContainer);