Hwang YunSong( 황윤성 ) : mshtml: Updated Korean resource.

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


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

Author: Hwang YunSong(황윤성) <hys545 at dreamwiz.com>
Date:   Mon Mar 16 10:10:34 2009 +0900

mshtml: Updated Korean resource.

---

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

diff --git a/dlls/mshtml/Ko.rc b/dlls/mshtml/Ko.rc
index 9a0bcb5..efad007 100644
--- a/dlls/mshtml/Ko.rc
+++ b/dlls/mshtml/Ko.rc
@@ -54,3 +54,14 @@ FONT 9, "MS Shell Dlg"
 	PUSHBUTTON "È®ÀÎ", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
 	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 "È®ÀÎ", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
+	PUSHBUTTON "Ãë¼Ò", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP
+}




More information about the wine-cvs mailing list