Aric Stewart : mshtml: Update Japanese resources.

Alexandre Julliard julliard at winehq.org
Mon Jun 22 09:04:13 CDT 2009


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

Author: Aric Stewart <aric at codeweavers.com>
Date:   Sun Jun 21 16:55:11 2009 +0900

mshtml: Update Japanese resources.

---

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

diff --git a/dlls/mshtml/Ja.rc b/dlls/mshtml/Ja.rc
index 81bf8f8..4e060d7 100644
--- a/dlls/mshtml/Ja.rc
+++ b/dlls/mshtml/Ja.rc
@@ -56,4 +56,14 @@ FONT 9, "MS Shell Dlg"
     PUSHBUTTON "キャンセル", 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 "キャンセル", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP
+}
 #pragma code_page(default)




More information about the wine-cvs mailing list