aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermenu.cpp
diff options
context:
space:
mode:
authorArmin Weatherwax2010-09-13 20:47:57 +0200
committerJacek Antonelli2010-09-16 20:12:21 -0500
commit3c36214993ea0971fa167629a997fe2cda2a2049 (patch)
tree2d06fa8c1653897f43c9ca8ef77a6f98de86d21b /linden/indra/newview/llviewermenu.cpp
parentFixed the layout of the fonts preferences panel's font previews (diff)
downloadmeta-impy-3c36214993ea0971fa167629a997fe2cda2a2049.zip
meta-impy-3c36214993ea0971fa167629a997fe2cda2a2049.tar.gz
meta-impy-3c36214993ea0971fa167629a997fe2cda2a2049.tar.bz2
meta-impy-3c36214993ea0971fa167629a997fe2cda2a2049.tar.xz
Henri Beauchamp: use http map if possible. Fixes broken map in SL + http map possible for OS
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewermenu.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewermenu.cpp b/linden/indra/newview/llviewermenu.cpp
index 2484b94..3ac59b4 100644
--- a/linden/indra/newview/llviewermenu.cpp
+++ b/linden/indra/newview/llviewermenu.cpp
@@ -841,6 +841,9 @@ void init_client_menu(LLMenuGL* menu)
841 841
842 menu->append(new LLMenuItemCallGL("Clear Group Cache", 842 menu->append(new LLMenuItemCallGL("Clear Group Cache",
843 LLGroupMgr::debugClearAllGroups)); 843 LLGroupMgr::debugClearAllGroups));
844
845 menu->append(new LLMenuItemCheckGL("Use Web Map Tiles", menu_toggle_control, NULL, menu_check_control, (void*)"UseWebMapTiles"));
846
844 menu->appendSeparator(); 847 menu->appendSeparator();
845 848
846 sub_menu = new LLMenuGL("Rendering"); 849 sub_menu = new LLMenuGL("Rendering");