diff options
author | Tofu Buzzard <no-email> | 2011-03-14 18:18:33 -0700 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-03-14 18:18:33 -0700 |
commit | 2d29b51f648e8a006936e9e70cf955b7e493bdfe (patch) | |
tree | 966345babfafb4423e71956a944a8d858b292294 /indra/newview/llstartup.cpp | |
parent | 0b51a0cc63b5d6cd848189bf3fc0d26e987c62fb (diff) | |
parent | ea5cbe9c90afdab366e7db7469a895f45c8746f0 (diff) |
merge
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rwxr-xr-x | indra/newview/llstartup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index b98cbd5b78..aee3e6cfe9 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -775,6 +775,7 @@ bool idle_startup() gViewerWindow->setNormalControlsVisible( FALSE ); gLoginMenuBarView->setVisible( TRUE ); gLoginMenuBarView->setEnabled( TRUE ); + show_debug_menus(); // Hide the splash screen LLSplashScreen::hide(); |