Module: wine Branch: master Commit: d97a491b69cbea1b0f0b419c00d03481898215e3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d97a491b69cbea1b0f0b419c00...
Author: Hwang YunSong(황윤성) hys545@dreamwiz.com Date: Thu Oct 25 09:02:39 2007 +0900
wordpad: Updated Korean resource.
---
programs/wordpad/Ko.rc | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/programs/wordpad/Ko.rc b/programs/wordpad/Ko.rc index 800f2cf..5e6633e 100644 --- a/programs/wordpad/Ko.rc +++ b/programs/wordpad/Ko.rc @@ -76,7 +76,7 @@ BEGIN POPUP "����(&O)" BEGIN MENUITEM "�۲�(&F) . . .", ID_FONTSETTINGS - MENUITEM " ���� ��(&U)" ID_BULLET + MENUITEM "���� ��(&U)" ID_BULLET MENUITEM "�ܶ�(&P) . . ." ID_PARAFORMAT MENUITEM "��(&T) . . ." ID_TABSTOPS POPUP "���(&B)" @@ -107,7 +107,7 @@ END IDD_DATETIME DIALOG DISCARDABLE 30, 20, 130, 80 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU CAPTION "��¥�� �ð�" -FONT 10, "MS Sans Serif" +FONT 10, "MS Shell Dlg" BEGIN LTEXT "������ ����",0,3,2,100,15 LISTBOX IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT @@ -118,7 +118,7 @@ END IDD_NEWFILE DIALOG DISCARDABLE 30, 20, 140, 80 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU CAPTION "�� ����" -FONT 10, "MS Sans Serif" +FONT 10, "MS Shell Dlg" BEGIN LTEXT "�� ���� ����",0,3,2,100,15 LISTBOX IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT @@ -147,7 +147,7 @@ END IDD_TABSTOPS DIALOG DISCARDABLE 30, 20, 200, 110 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU Caption "��" -FONT 8, "MS SHell DLg" +FONT 8, "MS Shell Dlg" BEGIN GROUPBOX "�� ����", 0, 10, 10, 120, 90 COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE | CBS_SORT @@ -223,5 +223,5 @@ BEGIN "�̰��� Ư���� �ٹ��� ���� ���Դϴ�. " \ "����� ������ �����ϱ⸦ ���մϱ�?" STRING_INVALID_NUMBER, "�ùٸ��� ���� �� ����" - STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE storage documents are not supported" + STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE ���� ������ �������� �ʽ��ϴ�" END