Module: wine Branch: refs/heads/master Commit: 78610e20ccc4def060814d98b3f476386a1f9ca4 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=78610e20ccc4def060814d98...
Author: Hwang YunSong(황윤성) hys545@dreamwiz.com Date: Wed Aug 9 08:48:38 2006 +0900
user32: Updated Korean resource.
---
dlls/user/resources/user32_Ko.rc | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/dlls/user/resources/user32_Ko.rc b/dlls/user/resources/user32_Ko.rc index 069053b..f338c59 100644 --- a/dlls/user/resources/user32_Ko.rc +++ b/dlls/user/resources/user32_Ko.rc @@ -31,6 +31,8 @@ SYSMENU MENU LOADONCALL MOVEABLE DISCARD MENUITEM "�۾� ��ȯ(&W) ...\tCtrl-Esc", 61744 MENUITEM SEPARATOR MENUITEM "Wine�� ���Ͽ� ...", 61761 + MENUITEM SEPARATOR + MENUITEM "����� �α� '����� ǥ��' �ֱ�(&P)", 61762 }
EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE @@ -71,3 +73,9 @@ BEGIN DEFPUSHBUTTON "Ȯ��", IDOK, 75, 100, 35, 14 PUSHBUTTON "���", IDCANCEL, 120, 100, 35, 14 END + +STRINGTABLE DISCARDABLE +{ + IDS_ERROR "����" + IDS_MDI_MOREWINDOWS "�� ���� â��(&M)..." + }