Module: wine Branch: master Commit: d496a49084b3b5fcf657361eba47d0b089df4ab0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d496a49084b3b5fcf657361eba...
Author: Hwang YunSong(황윤성) hys545@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 +}