winemine: Fix and standardize the menus.

Francois Gouget fgouget at free.fr
Wed Apr 13 02:52:16 CDT 2011


Rename the 'Info' menu to 'Help' to follow the standard.
'Fastest Times' should not have an ellipsis and should not be in the 'Help' menu.
Rename 'Options' to 'Game' since it does not just contain options but rather lets the user control aspects of the game.
---
 programs/winemine/winemine.rc |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/programs/winemine/winemine.rc b/programs/winemine/winemine.rc
index 14595ba..a993fb2 100644
--- a/programs/winemine/winemine.rc
+++ b/programs/winemine/winemine.rc
@@ -31,20 +31,21 @@ STRINGTABLE {
 
 MENU_WINEMINE MENU
 {
-    POPUP "&Options" {
+    POPUP "&Game" {
         MENUITEM "&New\tF2",       IDM_NEW
         MENUITEM SEPARATOR
-        MENUITEM "&Mark Question", IDM_MARKQ
+        MENUITEM "Question &Marks",IDM_MARKQ
         MENUITEM SEPARATOR
         MENUITEM "&Beginner",      IDM_BEGINNER
         MENUITEM "&Advanced",      IDM_ADVANCED
         MENUITEM "&Expert",        IDM_EXPERT
         MENUITEM "&Custom...",     IDM_CUSTOM
         MENUITEM SEPARATOR
+        MENUITEM "&Fastest Times", IDM_TIMES
+        MENUITEM SEPARATOR
         MENUITEM "E&xit\tAlt+X",   IDM_EXIT
     }
-    POPUP "&Info" {
-        MENUITEM "&Fastest Times...", IDM_TIMES
+    POPUP "&Help" {
         MENUITEM "&About WineMine",   IDM_ABOUT
     }
 }
-- 
1.7.4.1



More information about the wine-patches mailing list