Michael Stefaniuc : mshtml: Update the German translation.

Alexandre Julliard julliard at winehq.org
Mon Mar 23 12:34:47 CDT 2009


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Tue Mar 17 23:00:50 2009 +0100

mshtml: Update the German translation.

---

 dlls/mshtml/De.rc |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/dlls/mshtml/De.rc b/dlls/mshtml/De.rc
index 8785dd6..991e84d 100644
--- a/dlls/mshtml/De.rc
+++ b/dlls/mshtml/De.rc
@@ -59,4 +59,15 @@ FONT 8, "MS Shell Dlg"
     PUSHBUTTON "Abbrechen", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP
 }
 
+ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90
+STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION ""
+FONT 8, "MS Shell Dlg"
+{
+    LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30
+    EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
+    PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
+    PUSHBUTTON "Abbrechen", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP
+}
+
 #pragma code_page(default)




More information about the wine-cvs mailing list