[dasher] Game mode isn't ready for prime time and erroneously appeared in the last windows release. Hide it.



commit e38fa9594d485d2aa8d871b68f1f651f997299f2
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Thu May 14 15:25:43 2009 +0100

    Game mode isn't ready for prime time and erroneously appeared in the last windows release. Hide it.
---
 ChangeLog           |    1 +
 Src/Win32/Dasher.rc |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 90ffc8c..adcff0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
 	* configure.ac, main.cc: Dasher no longer depends directly
 	on libgnome nor libgnomeui. Fixes #573964.
+	* Dasher.rc: Game mode isn't ready for prime time.
 
 2009-05-13  Patrick Welche  <prlw1 cam ac uk>
 
diff --git a/Src/Win32/Dasher.rc b/Src/Win32/Dasher.rc
index 712f6ae..dc27791 100644
--- a/Src/Win32/Dasher.rc
+++ b/Src/Win32/Dasher.rc
@@ -431,7 +431,7 @@ BEGIN
         MENUITEM "&Help Topics",                ID_HELP_CONTENTS
         MENUITEM SEPARATOR
         MENUITEM "&About Dasher",               IDM_ABOUT
-        MENUITEM "Game Mode",                   ID_GAMEMODE
+        // MENUITEM "Game Mode",                   ID_GAMEMODE
     END
 END
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]