diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewermenu.cpp | 1 |
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"); |