Module: wine Branch: master Commit: 323e6a2de5b56558384769e7864b5fb05b3b6e1a URL: http://source.winehq.org/git/wine.git/?a=commit;h=323e6a2de5b56558384769e786...
Author: Muneyuki Noguchi nogu.dev@gmail.com Date: Thu Sep 25 10:32:17 2008 +0900
winhlp32: Use "MS Shell Dlg" 9 in Japanese resources.
---
programs/winhlp32/Ja.rc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/programs/winhlp32/Ja.rc b/programs/winhlp32/Ja.rc index a6acc2c..9e62afd 100644 --- a/programs/winhlp32/Ja.rc +++ b/programs/winhlp32/Ja.rc @@ -68,7 +68,7 @@ MAIN_MENU MENU LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" +FONT 9, "MS Shell Dlg" CAPTION "����" { LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER @@ -76,7 +76,7 @@ CAPTION "
IDD_SEARCH DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" +FONT 9, "MS Shell Dlg" CAPTION "����" { LTEXT "������", -1, 10, 10, 180, 150