From 5b90db03d720ca7aed354e43651b9495fb58d04f Mon Sep 17 00:00:00 2001
From: Jonathan Yap <none@none>
Date: Wed, 23 Feb 2011 18:51:29 -0500
Subject: [PATCH] STORM-1020 It is sometimes necessary to press ALT+CTRL+D
 twice to get the Debug menu on the login screen

---
 doc/contributions.txt       | 1 +
 indra/newview/llstartup.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/doc/contributions.txt b/doc/contributions.txt
index 5d59627a929..43b9a97c011 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 0eac7d5e2a7..bf712d619de 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();
-- 
GitLab