mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 21:01:54 +00:00
[TRANSLATION] Use correct font name in Korean resources, CORE-9566 (#228).
Localized resources should use the correct Korean fonts that are most suitable for UI and compatible with Windows.
This commit is contained in:
parent
e9d8fa57c3
commit
89f9c9101a
21 changed files with 130 additions and 130 deletions
|
@ -4,7 +4,7 @@ LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
|||
|
||||
IDD_GENERAL DIALOGEX 0, 0, 242, 175
|
||||
STYLE DS_SHELLFONT | WS_CHILD
|
||||
FONT 9, "MS Shell Dlg", 0, 0, 0x0
|
||||
FONT 9, "굴림", 0, 0, 0x0
|
||||
BEGIN
|
||||
GROUPBOX "로그온 설정", IDC_STATIC, 7, 7, 228, 89
|
||||
GROUPBOX "연결 설정", IDC_STATIC, 7, 103, 228, 65
|
||||
|
@ -23,7 +23,7 @@ END
|
|||
|
||||
IDD_DISPLAY DIALOGEX 0, 0, 242, 175
|
||||
STYLE DS_SHELLFONT | WS_CHILD
|
||||
FONT 9, "MS Shell Dlg", 0, 0, 0x0
|
||||
FONT 9, "굴림", 0, 0, 0x0
|
||||
BEGIN
|
||||
GROUPBOX "원격 데스크탑 크기", IDC_STATIC, 7, 7, 228, 68
|
||||
GROUPBOX "색깔", IDC_STATIC, 7, 83, 228, 85
|
||||
|
@ -42,7 +42,7 @@ END
|
|||
IDD_CONNECTDIALOG DIALOGEX 0, 0, 260, 262
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "원격 데스크탑 연결"
|
||||
FONT 9, "MS Shell Dlg", 400, 0, 0x1
|
||||
FONT 9, "굴림", 400, 0, 0x1
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "연결", IDOK, 147, 245, 50, 14
|
||||
PUSHBUTTON "취소", IDCANCEL, 203, 245, 50, 14
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue