cryptui: Don't assign access keys to group box labels.

Francois Gouget fgouget at free.fr
Wed Dec 28 17:07:06 CST 2011


---

As per the Windows User Experience Interaction Guidelines:
http://msdn.microsoft.com/en-us/library/aa511459.aspx

 dlls/cryptui/cryptui.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/cryptui/cryptui.rc b/dlls/cryptui/cryptui.rc
index d3ea586..4a1cee9 100644
--- a/dlls/cryptui/cryptui.rc
+++ b/dlls/cryptui/cryptui.rc
@@ -208,7 +208,7 @@ CAPTION "Certification Path"
 STYLE WS_VISIBLE
 FONT 8, "MS Shell Dlg"
 BEGIN
-  GROUPBOX "Certification &path", -1,6,10,245,165, BS_GROUPBOX
+  GROUPBOX "Certification path", -1,6,10,245,165, BS_GROUPBOX
   CONTROL "",IDC_CERTPATH, "SysTreeView32", TVS_HASLINES|WS_BORDER,
     13,22,231,130
   PUSHBUTTON "&View Certificate", IDC_VIEWCERTIFICATE,155,156,90,14
-- 
1.7.7.3




More information about the wine-patches mailing list