André Hentschel : comdlg32: Fix German shortcut conflict.

Alexandre Julliard julliard at winehq.org
Tue Aug 3 13:10:36 CDT 2010


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Aug  3 16:25:44 2010 +0200

comdlg32: Fix German shortcut conflict.

---

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

diff --git a/dlls/comdlg32/cdlg_De.rc b/dlls/comdlg32/cdlg_De.rc
index 5bc8f59..d1331ee 100644
--- a/dlls/comdlg32/cdlg_De.rc
+++ b/dlls/comdlg32/cdlg_De.rc
@@ -46,7 +46,7 @@ FONT 8, "MS Shell Dlg"
  DEFPUSHBUTTON "Öffnen", IDOK, 208, 6, 56, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
  PUSHBUTTON "Abbrechen", IDCANCEL, 208, 24, 56, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Hilfe", pshHelp, 208, 46, 56, 14, WS_GROUP | WS_TABSTOP
- CHECKBOX "&Schreibgeschützt", 1040, 208, 68, 50, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
+ CHECKBOX "Schreibgeschüt&zt", 1040, 208, 68, 50, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
 }
 
 
@@ -68,7 +68,7 @@ FONT 8, "MS Shell Dlg"
  DEFPUSHBUTTON "Speichern als", IDOK, 208, 6, 56, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
  PUSHBUTTON "Abbrechen", IDCANCEL, 208, 24, 56, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Hilfe", pshHelp, 208, 46, 56, 14, WS_GROUP | WS_TABSTOP
- CHECKBOX "&Schreibgeschützt", 1040, 208, 68, 50, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
+ CHECKBOX "Schreibgeschüt&zt", 1040, 208, 68, 50, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
 }
 
 
@@ -270,7 +270,7 @@ FONT 8, "MS Shell Dlg"
     LTEXT	"Datei&typen",IDC_FILETYPESTATIC,5,128,42,8, SS_NOTIFY
     COMBOBOX	IDC_FILETYPE,54,126,155,53,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
 
-    CONTROL	"&Schreibgeschützt",IDC_OPENREADONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,54,145,100,10
+    CONTROL	"Schreibgeschüt&zt",IDC_OPENREADONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,54,145,100,10
 
     DEFPUSHBUTTON	"Ö&ffnen",		 IDOK,222,110,50,14
     PUSHBUTTON		"Abbrechen",		 IDCANCEL,222,128,50,14




More information about the wine-cvs mailing list