diff options
author | Jonathan Yap <none@none> | 2011-02-23 18:51:29 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-02-23 18:51:29 -0500 |
commit | 5b90db03d720ca7aed354e43651b9495fb58d04f (patch) | |
tree | 45dd493323edb395a565ec8eb94df931ce790680 /indra/newview/llstartup.cpp | |
parent | 609c70eb5a48389bef1ad33358774764ee9615e2 (diff) |
STORM-1020 It is sometimes necessary to press ALT+CTRL+D twice to get the Debug menu on the login screen
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | 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 0eac7d5e2a..bf712d619d 100644 --- 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(); |