diff --git a/doc/contributions.txt b/doc/contributions.txt
index 5d59627a92990a283b1816a11588046bad19aad1..43b9a97c011cef7d70f7913f8487bba97b3df50d 100644
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -396,6 +396,7 @@ Jonathan Yap
 	VWR-17801
 	VWR-24347
 	STORM-975
+	STORM-1020
 Kage Pixel
 	VWR-11
 Ken March
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 0eac7d5e2a7464127611cdf6225ba387b32fb14a..bf712d619dea2e08954c209ba0faa78fb3c1cfbe 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();