Commit 28a08aba authored by Hwang YunSong's avatar Hwang YunSong Committed by Alexandre Julliard

browseui: Update Korean resource.

parent 94ad49dd
......@@ -19,11 +19,13 @@
#include "resids.h"
#pragma code_page(65001)
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_CANCELLING "ϴ .."
IDS_CANCELLING "취소하는 중.."
}
IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
......@@ -35,6 +37,6 @@ FONT 9, "MS Shell Dlg"
LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
PUSHBUTTON "(&C)", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
PUSHBUTTON "취소(&C)", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment