user32: Use '+' when specifying a modifier + accelerator key combination.

Francois Gouget fgouget at free.fr
Sun Jan 22 17:38:24 CST 2012


---

Except for these three, we use '+' everywhere else. I did not find this 
spelled out in the Windows GUI Guidelines, but Gnome uses a '+' too.


 dlls/user32/user32.rc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/user32/user32.rc b/dlls/user32/user32.rc
index 30ce692..81af678 100644
--- a/dlls/user32/user32.rc
+++ b/dlls/user32/user32.rc
@@ -30,7 +30,7 @@ SYSMENU MENU
     MENUITEM "Mi&nimize", 61472
     MENUITEM "Ma&ximize", 61488
     MENUITEM SEPARATOR
-    MENUITEM "&Close\tAlt-F4", 61536
+    MENUITEM "&Close\tAlt+F4", 61536
     MENUITEM SEPARATOR
     MENUITEM "&About Wine", 61761
 }
@@ -43,9 +43,9 @@ SYSMENUMDI MENU
     MENUITEM "Mi&nimize", 61472
     MENUITEM "Ma&ximize", 61488
     MENUITEM SEPARATOR
-    MENUITEM "&Close\tCtrl-F4", 61536
+    MENUITEM "&Close\tCtrl+F4", 61536
     MENUITEM SEPARATOR
-    MENUITEM "Nex&t\tCtrl-F6", 61504
+    MENUITEM "Nex&t\tCtrl+F6", 61504
 }
 
 EDITMENU MENU
-- 
1.7.7.3




More information about the wine-patches mailing list