aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-06-10 08:05:46 -0700
committerMcCabe Maxsted2009-06-10 08:05:46 -0700
commit6cffa634f4da317dc3cd67c960562b0597d71456 (patch)
tree1fd09d17b5fb89c202caea115ac5858c20e9cb85 /linden
parentBackported 1.23's minimap conversion to XUI (diff)
downloadmeta-impy-6cffa634f4da317dc3cd67c960562b0597d71456.zip
meta-impy-6cffa634f4da317dc3cd67c960562b0597d71456.tar.gz
meta-impy-6cffa634f4da317dc3cd67c960562b0597d71456.tar.bz2
meta-impy-6cffa634f4da317dc3cd67c960562b0597d71456.tar.xz
Fixed Communicate window not toggling from menu
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/llviewermenu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewermenu.cpp b/linden/indra/newview/llviewermenu.cpp
index 847336d..b255883 100644
--- a/linden/indra/newview/llviewermenu.cpp
+++ b/linden/indra/newview/llviewermenu.cpp
@@ -9490,6 +9490,7 @@ void initialize_menus()
9490 addMenu(new LLViewMouselook(), "View.Mouselook"); 9490 addMenu(new LLViewMouselook(), "View.Mouselook");
9491 addMenu(new LLViewBuildMode(), "View.BuildMode"); 9491 addMenu(new LLViewBuildMode(), "View.BuildMode");
9492 addMenu(new LLViewJoystickFlycam(), "View.JoystickFlycam"); 9492 addMenu(new LLViewJoystickFlycam(), "View.JoystickFlycam");
9493 addMenu(new LLViewCommunicate(), "View.Communicate");
9493 addMenu(new LLViewResetView(), "View.ResetView"); 9494 addMenu(new LLViewResetView(), "View.ResetView");
9494 addMenu(new LLViewLookAtLastChatter(), "View.LookAtLastChatter"); 9495 addMenu(new LLViewLookAtLastChatter(), "View.LookAtLastChatter");
9495 addMenu(new LLViewShowHoverTips(), "View.ShowHoverTips"); 9496 addMenu(new LLViewShowHoverTips(), "View.ShowHoverTips");