Module: wine Branch: master Commit: e71b69483ffd1b11b6c613826f00ae1e64a32ad3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e71b69483ffd1b11b6c613826f...
Author: Hwang YunSong(황윤성) hys545@dreamwiz.com Date: Thu Oct 25 09:09:22 2007 +0900
oledlg: Updated Korean resource.
---
dlls/oledlg/oledlg_Ko.rc | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/dlls/oledlg/oledlg_Ko.rc b/dlls/oledlg/oledlg_Ko.rc index 1182cbf..20b6d9e 100644 --- a/dlls/oledlg/oledlg_Ko.rc +++ b/dlls/oledlg/oledlg_Ko.rc @@ -1,5 +1,5 @@ /* - * Copyright 2005 YunSong Hwang + * Copyright 2005,2007 YunSong Hwang * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -40,8 +40,8 @@ BEGIN PUSHBUTTON "��Ʈ�� �߰�(&A)...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE CONTROL "���������� ����",IDC_ASICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10 - PUSHBUTTON "ã��...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE - LTEXT "����:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE + PUSHBUTTON "ã��...",IDC_BROWSE,155,88,50,14,NOT WS_VISIBLE + LTEXT "����:",IDC_FILELBL,58,21,20,8, NOT WS_VISIBLE EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE END
@@ -61,13 +61,13 @@ FONT 8, "MS Shell Dlg" BEGIN LTEXT "����:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP CONTROL "�ٿ��ֱ�(&P)", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, - 6, 38, 55, 10 + 1, 44, 55, 10 CONTROL "��ũ�� �ٿ��ֱ�(&L)", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE, - 6, 63, 55, 10 - LTEXT "&As:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP - LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE - LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE - LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE + 1, 61, 69, 10 + LTEXT "�ٸ� �̸�����(&A):", -1, 67, 25, 53, 8, WS_VISIBLE | WS_GROUP + LISTBOX IDC_PS_PASTELIST, 66, 36, 150, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE + LISTBOX IDC_PS_PASTELINKLIST, 66, 36, 150, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE + LISTBOX IDC_PS_DISPLAYLIST, 66, 36, 150, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE CONTROL "Ȯ��", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14 CONTROL "���", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14 CONTROL "����(&H)", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14