notepad: Don't assign access keys to group box labels or give them trailing punctuation.

Francois Gouget fgouget at free.fr
Thu Dec 29 05:05:06 CST 2011


---

As per the Windows User Experience Interaction Guidelines:
http://msdn.microsoft.com/en-us/library/aa511459.aspx
 
programs/notepad/notepad.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/notepad/notepad.rc b/programs/notepad/notepad.rc
index 6f49ddc..2add47e 100644
--- a/programs/notepad/notepad.rc
+++ b/programs/notepad/notepad.rc
@@ -109,7 +109,7 @@ EDITTEXT IDC_PAGESETUP_HEADERVALUE,   78,  5,110, 12, WS_BORDER | WS_TABSTOP
 LTEXT    "&Footer:",  0x142,   10, 24, 68, 15
 EDITTEXT IDC_PAGESETUP_FOOTERVALUE,   78, 22,110, 12, WS_BORDER | WS_TABSTOP
 
-GROUPBOX "&Margins (millimeters):",      0x144,     10, 43,178, 45
+GROUPBOX "Margins (millimeters)",      0x144,     10, 43,178, 45
 LTEXT    "&Left:",        0x145,   20, 55, 39, 10, WS_CHILD
 EDITTEXT IDC_PAGESETUP_LEFTVALUE,     59, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
 LTEXT    "&Top:",         0x148,    20, 73, 39, 10, WS_CHILD
-- 
1.7.7.3




More information about the wine-patches mailing list