Module: wine Branch: master Commit: fd7f9b735dd04604fb22f7f1ccc6abe0fb2f1d29 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fd7f9b735dd04604fb22f7f1cc...
Author: Byeong-Sik Jeon wjsqudtlr@gmail.com Date: Sat Oct 21 00:47:04 2006 +0900
notepad: Update Korean resources.
---
programs/notepad/Ko.rc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/programs/notepad/Ko.rc b/programs/notepad/Ko.rc index dca2447..f751d30 100644 --- a/programs/notepad/Ko.rc +++ b/programs/notepad/Ko.rc @@ -28,7 +28,7 @@ MAIN_MENU MENU POPUP "����(&F)" { MENUITEM "�� ����(&N)\tCtrl+N", CMD_NEW MENUITEM "����(&O)...\tCtrl+O", CMD_OPEN - MENUITEM " ����(&S)\tCtrl+S", CMD_SAVE + MENUITEM "����(&S)\tCtrl+S", CMD_SAVE MENUITEM "�ٸ� �̸����� ����(&A)...", CMD_SAVE_AS MENUITEM SEPARATOR MENUITEM "����Ʈ(&P)\tCtrl+P", CMD_PRINT @@ -42,6 +42,7 @@ POPUP "����(&E)" { MENUITEM SEPARATOR MENUITEM "�߶�(&T)\tCtrl+X", CMD_CUT MENUITEM "����(&C)\tCtrl+C", CMD_COPY + MENUITEM "�ٿ��ֱ�(&P)\tCtrl+V", CMD_PASTE MENUITEM "�����(&D)\tDel", CMD_DELETE MENUITEM SEPARATOR MENUITEM "��� ����(&A)\tCtrl+A", CMD_SELECT_ALL