aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewermenu.cpp')
-rw-r--r--linden/indra/newview/llviewermenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewermenu.cpp b/linden/indra/newview/llviewermenu.cpp
index a6fb7fa..22985b0 100644
--- a/linden/indra/newview/llviewermenu.cpp
+++ b/linden/indra/newview/llviewermenu.cpp
@@ -1072,7 +1072,7 @@ void init_client_menu(LLMenuGL* menu)
1072 &menu_check_control, 1072 &menu_check_control,
1073 (void*)"ShowConsoleWindow")); 1073 (void*)"ShowConsoleWindow"));
1074 1074
1075 if(gQAMode && !gInProductionGrid) 1075 if(gQAMode)// && !gInProductionGrid)
1076 { 1076 {
1077 LLMenuGL* sub = NULL; 1077 LLMenuGL* sub = NULL;
1078 sub = new LLMenuGL("Debugging"); 1078 sub = new LLMenuGL("Debugging");