diff options
author | Tofu Buzzard <no-email> | 2011-03-14 18:18:20 -0700 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-03-14 18:18:20 -0700 |
commit | ea5cbe9c90afdab366e7db7469a895f45c8746f0 (patch) | |
tree | 2d99aad3fd4161ad091704a0a1083513d5d60d95 /indra/newview/llstartup.cpp | |
parent | 41f057b693d1b2b1b1916e3a126dc622a943e5d8 (diff) | |
parent | 16ff50719055aae202011e4b20aeae41d98493fa (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(); |