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 6b64ccc..a8851e4 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,10 @@
12009-23-09 McCabe Maxsted <hakushakukun@gmail.com>
2
3 * Fixed the Advanced menu toggling.
4
5 modified: linden/indra/newview/llviewermenu.cpp
6
7
12009-12-04 McCabe Maxsted <hakushakukun@gmail.com> 82009-12-04 McCabe Maxsted <hakushakukun@gmail.com>
2 9
3 * Added Imprudence VC80 .config files to the repo. 10 * Added Imprudence VC80 .config files to the repo.
diff --git a/linden/indra/newview/llviewermenu.cpp b/linden/indra/newview/llviewermenu.cpp
index 1e48038..34e7c77 100644
--- a/linden/indra/newview/llviewermenu.cpp
+++ b/linden/indra/newview/llviewermenu.cpp
@@ -10605,6 +10605,7 @@ void initialize_menus()
10605 addMenu(new LLZoomer(1/1.2f), "View.ZoomIn"); 10605 addMenu(new LLZoomer(1/1.2f), "View.ZoomIn");
10606 addMenu(new LLZoomer(DEFAULT_FIELD_OF_VIEW, false), "View.ZoomDefault"); 10606 addMenu(new LLZoomer(DEFAULT_FIELD_OF_VIEW, false), "View.ZoomDefault");
10607 addMenu(new LLViewFullscreen(), "View.Fullscreen"); 10607 addMenu(new LLViewFullscreen(), "View.Fullscreen");
10608 addMenu(new LLViewToggleAdvanced(), "View.ToggleAdvanced");
10608 10609
10609 addMenu(new LLViewEnableMouselook(), "View.EnableMouselook"); 10610 addMenu(new LLViewEnableMouselook(), "View.EnableMouselook");
10610 addMenu(new LLViewEnableJoystickFlycam(), "View.EnableJoystickFlycam"); 10611 addMenu(new LLViewEnableJoystickFlycam(), "View.EnableJoystickFlycam");