Frans Kool : mshtml: Corrected Dutch translations.

Alexandre Julliard julliard at winehq.org
Thu Apr 16 14:34:47 CDT 2009


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

Author: Frans Kool <Frans.Kool at gmail.com>
Date:   Wed Apr 15 21:57:00 2009 +0200

mshtml: Corrected Dutch translations.

---

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

diff --git a/dlls/mshtml/Nl.rc b/dlls/mshtml/Nl.rc
index a8f8f7c..f6f47e1 100644
--- a/dlls/mshtml/Nl.rc
+++ b/dlls/mshtml/Nl.rc
@@ -56,3 +56,14 @@ FONT 8, "MS Shell Dlg"
     PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
     PUSHBUTTON "Annuleren", 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 "Annuleren", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP
+}




More information about the wine-cvs mailing list