mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:23:13 +00:00
[TRANSLATION][BASE][FDEBUG][MODULES][WIN32SS] Use correct font name in Chinese resources, CORE-9566 (#227).
Localized resources should use the correct Traditional/Simplified Chinese fonts that are most suitable for UI and compatible with Windows.
This commit is contained in:
parent
d09998dfc7
commit
e9d8fa57c3
21 changed files with 57 additions and 57 deletions
|
@ -11,7 +11,7 @@ LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
|||
IDD_ABOUT DIALOGEX 10, 10, 130, 62
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "关于"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
FONT 9, "宋体"
|
||||
BEGIN
|
||||
ICON IDI_MAIN, IDC_STATIC, 10, 10, 20, 20
|
||||
LTEXT "ReactOS VGA 字体 编辑器", IDC_STATIC, 37, 10, 93, 10
|
||||
|
@ -22,7 +22,7 @@ END
|
|||
IDD_EDITGLYPH DIALOGEX 32768, 32768, 246, 197
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "编辑 字形"
|
||||
FONT 9, "MS Shell Dlg"
|
||||
FONT 9, "宋体"
|
||||
BEGIN
|
||||
CONTROL "", IDC_EDIT_GLYPH_TOOLBOX, TOOLBARCLASSNAMEA, CCS_NODIVIDER | CCS_NORESIZE, 5, 5, 24, 82
|
||||
CONTROL "", IDC_EDIT_GLYPH_EDIT, EDIT_GLYPH_EDIT_CLASSW, 0, 39, 5, 160, 160
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue