dlls/mshtml: Corrected Dutch translations

Frans Kool frans.kool at gmail.com
Wed Apr 15 15:53:31 CDT 2009


-------------- next part --------------
From 8ed7258bdef7efc496c412a31c9b86a78f1a71e2 Mon Sep 17 00:00:00 2001
From: Frans Kool <Frans.Kool at gmail.com>
Date: Wed, 15 Apr 2009 21:57:00 +0200
Subject: dlls/mshtml: Corrected Dutch translation

---
 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
+}
-- 
1.6.0.4


More information about the wine-patches mailing list