winefile: Fix the group box labels to follow the Windows GUI guidelines,

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


Use sentence capitalization for group box labels.
Don't assign access keys to group box labels.
---

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

diff --git a/programs/winefile/winefile.rc b/programs/winefile/winefile.rc
index 39686d8..2e6246c 100644
--- a/programs/winefile/winefile.rc
+++ b/programs/winefile/winefile.rc
@@ -143,7 +143,7 @@ FONT 8, "MS Shell Dlg"
 BEGIN
     LTEXT           "&Name:",-1,7,8,22,10
     EDITTEXT        IDC_VIEW_PATTERN,31,7,63,12,ES_AUTOHSCROLL
-    GROUPBOX        "File Type",-1,7,23,87,63
+    GROUPBOX        "File type",-1,7,23,87,63
     CONTROL         "&Directories",IDC_VIEW_TYPE_DIRECTORIES,"Button",
                     BS_AUTOCHECKBOX | WS_TABSTOP,13,34,70,10
     CONTROL         "&Programs",IDC_VIEW_TYPE_PROGRAMS,"Button",
@@ -181,7 +181,7 @@ BEGIN
     CONTROL         "&Archive",IDC_CHECK_ARCHIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,101,68,9
     CONTROL         "&System",IDC_CHECK_SYSTEM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,101,68,9
     CONTROL         "&Compressed",IDC_CHECK_COMPRESSED,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,17,111,68,9
-    GROUPBOX        "&Version Information",-1,7,129,234,79
+    GROUPBOX        "Version information",-1,7,129,234,79
     LISTBOX         IDC_LIST_PROP_VERSION_TYPES,13,139,107,63,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
     EDITTEXT        IDC_LIST_PROP_VERSION_VALUES,123,139,111,63,ES_MULTILINE | ES_READONLY | WS_VSCROLL
     DEFPUSHBUTTON   "OK",IDOK,191,91,50,14
-- 
1.7.7.3




More information about the wine-patches mailing list