André Hentschel : winecfg: Update German translation.

Alexandre Julliard julliard at winehq.org
Tue Aug 18 10:00:48 CDT 2009


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Aug 17 19:21:35 2009 +0200

winecfg: Update German translation.

---

 programs/winecfg/De.rc |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/programs/winecfg/De.rc b/programs/winecfg/De.rc
index dda4d98..aadd21e 100644
--- a/programs/winecfg/De.rc
+++ b/programs/winecfg/De.rc
@@ -124,6 +124,16 @@ BEGIN
     PUSHBUTTON      "Abbrechen",IDCANCEL,57,74,45,14,WS_GROUP
 END
 
+IDD_DRIVECHOOSE DIALOG DISCARDABLE  60, 70, 185, 60
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+CAPTION "Laufwerksbuchstaben wählen"
+FONT 8, "MS Shell Dlg"
+BEGIN
+    COMBOBOX IDC_DRIVESA2Z,15,10,75,230,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
+    DEFPUSHBUTTON   "OK",IDOK,115,10,45,14,WS_GROUP
+    PUSHBUTTON      "Abbrechen",IDCANCEL,115,30,45,14,WS_GROUP
+END
+
 IDD_DRIVECFG DIALOG DISCARDABLE  0, 0, 260, 250
 STYLE WS_CHILD | WS_DISABLED
 FONT 8, "MS Shell Dlg"




More information about the wine-cvs mailing list