View->Build menu selection now functions once more.

This commit is contained in:
Shyotl
2012-07-02 15:38:38 -05:00
parent d0668d818c
commit 9ddbc132bf
2 changed files with 21 additions and 20 deletions

View File

@@ -875,8 +875,6 @@ void init_menus()
gLoginMenuBarView->setBackgroundColor( color );
gMenuHolder->addChild(gLoginMenuBarView);
LLToolMgr::getInstance()->initMenu(sMenus);
}
@@ -9510,4 +9508,6 @@ void initialize_menus()
addMenu(new RlvEnableIfNot(), "RLV.EnableIfNot");
}
// [/RLVa:KB]
LLToolMgr::getInstance()->initMenu(sMenus);
}