aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt7
-rw-r--r--linden/indra/newview/llviewermenu.cpp1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 8566125..28199ab 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,10 @@
12009-06-10 McCabe Maxsted <hakushakukun@gmail.com>
2
3 * Fixed Communicate window not toggling from menu.
4
5 modified: indra/newview/llviewermenu.cpp
6
7
12009-06-09 McCabe Maxsted <hakushakukun@gmail.com> 82009-06-09 McCabe Maxsted <hakushakukun@gmail.com>
2 9
3 * Backported 1.23's minimap conversion to XUI. 10 * Backported 1.23's minimap conversion to XUI.
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");