diff options
author | Dave SIMmONs <simon@lindenlab.com> | 2011-03-15 09:10:39 -0700 |
---|---|---|
committer | Dave SIMmONs <simon@lindenlab.com> | 2011-03-15 09:10:39 -0700 |
commit | 57ac771b154d7722e4774b40a607a11f3286f472 (patch) | |
tree | 20a555064cedcbdd6bbea3dbeeb866f95601ba19 /indra/newview/llstartup.cpp | |
parent | 18ae6c639e58c4c996d4c3b2a4b34ef41deab970 (diff) | |
parent | bc0833d5db9e887f72ea6e7a630781203ad6ad77 (diff) |
Merge
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 7ced909dd3..b2e0c81b73 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -773,6 +773,7 @@ bool idle_startup() gViewerWindow->setNormalControlsVisible( FALSE ); gLoginMenuBarView->setVisible( TRUE ); gLoginMenuBarView->setEnabled( TRUE ); + show_debug_menus(); // Hide the splash screen LLSplashScreen::hide(); |