From 6cffa634f4da317dc3cd67c960562b0597d71456 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Wed, 10 Jun 2009 08:05:46 -0700 Subject: Fixed Communicate window not toggling from menu --- ChangeLog.txt | 7 +++++++ linden/indra/newview/llviewermenu.cpp | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 8566125..28199ab 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,10 @@ +2009-06-10 McCabe Maxsted + + * Fixed Communicate window not toggling from menu. + + modified: indra/newview/llviewermenu.cpp + + 2009-06-09 McCabe Maxsted * 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() addMenu(new LLViewMouselook(), "View.Mouselook"); addMenu(new LLViewBuildMode(), "View.BuildMode"); addMenu(new LLViewJoystickFlycam(), "View.JoystickFlycam"); + addMenu(new LLViewCommunicate(), "View.Communicate"); addMenu(new LLViewResetView(), "View.ResetView"); addMenu(new LLViewLookAtLastChatter(), "View.LookAtLastChatter"); addMenu(new LLViewShowHoverTips(), "View.ShowHoverTips"); -- cgit v1.1