mshtml: Updated Korean resource.
This commit is contained in:
parent
94d16b3959
commit
475217a707
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Copyright 2005 Jacek Caban
|
||||
* Copyright 2005,2006 YunSong Hwang
|
||||
* Copyright 2005,2006,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
|
||||
|
@ -47,9 +47,9 @@ CAPTION "
|
|||
FONT 8, "MS Shell Dlg"
|
||||
{
|
||||
GROUPBOX "하이퍼링크 정보", IDC_STATIC, 5, 5, 190, 55
|
||||
LTEXT "형식(&T):", IDC_STATIC, 10, 22, 20, 10
|
||||
LTEXT "형식(&T):", IDC_STATIC, 10, 22, 24, 10
|
||||
COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS
|
||||
LTEXT "주소(&U):", IDC_STATIC, 10, 42, 20, 10
|
||||
LTEXT "주소(&U):", IDC_STATIC, 10, 42, 24, 10
|
||||
EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
|
||||
PUSHBUTTON "확인", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
|
||||
PUSHBUTTON "취소", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP
|
||||
|
|
Loading…
Reference in New Issue