Reece Dunn : winecfg: Renamed 'Shell Folder' to 'Folder'.

Alexandre Julliard julliard at winehq.org
Mon Oct 27 08:04:08 CDT 2008


Module: wine
Branch: master
Commit: 20d8e4685853ed1b3ea433b90b6bf220d3b56a45
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=20d8e4685853ed1b3ea433b90b6bf220d3b56a45

Author: Reece Dunn <msclrhd at googlemail.com>
Date:   Fri Oct 24 20:14:43 2008 +0100

winecfg: Renamed 'Shell Folder' to 'Folder'.

---

 programs/winecfg/En.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/winecfg/En.rc b/programs/winecfg/En.rc
index b9575b2..c93bfa9 100644
--- a/programs/winecfg/En.rc
+++ b/programs/winecfg/En.rc
@@ -197,7 +197,7 @@ BEGIN
     EDITTEXT        IDC_SYSPARAM_SIZE,166,74,23,13,ES_AUTOHSCROLL | WS_TABSTOP | WS_DISABLED
     CONTROL         "",IDC_SYSPARAM_SIZE_UD,UPDOWN_CLASS,UDS_SETBUDDYINT | WS_DISABLED,187,74,15,13
     PUSHBUTTON      "&Font...",IDC_SYSPARAM_FONT,208,74,37,13,WS_DISABLED
-    GROUPBOX        " S&hell Folder ",IDC_STATIC,8,114,244,100
+    GROUPBOX        " Fol&ders ",IDC_STATIC,8,114,244,100
     CONTROL         "Listview",IDC_LIST_SFPATHS,"SysListView32",LVS_REPORT | LVS_AUTOARRANGE | LVS_ALIGNLEFT |
                      LVS_SINGLESEL | WS_BORDER | WS_TABSTOP, 15,126,230,64
     CONTROL         "&Link to:",IDC_LINK_SFPATH,"Button",BS_AUTOCHECKBOX|WS_TABSTOP|WS_DISABLED,15,195,50,13
@@ -223,7 +223,7 @@ BEGIN
     IDS_THEMEFILE           "Theme files"
     IDS_THEMEFILE_SELECT    "Select a theme file"
     IDS_AUDIO_MISSING       "There is no audio driver currently specified in the registry.\n\nA recommended driver has been selected for you.\nYou can use this driver or select another driver if available.\n\nYou must click Apply for the selection to take effect."
-    IDS_SHELL_FOLDER        "Shell Folder"
+    IDS_SHELL_FOLDER        "Folder"
     IDS_LINKS_TO            "Links to"
 END
 




More information about the wine-cvs mailing list