Module: wine Branch: stable Commit: 383162d30de977b67f4a0e01ee2ff31aff0119c2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=383162d30de977b67f4a0e01ee...
Author: Muneyuki Noguchi nogu.dev@gmail.com Date: Thu Sep 25 11:36:22 2008 +0900
comctl32: Use "MS Shell Dlg" 9 in Japanese resources. (cherry picked from commit adb32f76fc05b7db2939f15caf56f2bbceb5da85)
---
dlls/comctl32/comctl_Ja.rc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dlls/comctl32/comctl_Ja.rc b/dlls/comctl32/comctl_Ja.rc index b00969a..6152d42 100644 --- a/dlls/comctl32/comctl_Ja.rc +++ b/dlls/comctl32/comctl_Ja.rc @@ -21,7 +21,7 @@ LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT IDD_PROPSHEET DIALOG DISCARDABLE 0, 0, 220, 140 STYLE DS_CONTEXTHELP | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE CAPTION "Properties for %s" -FONT 9, "MS UI Gothic" +FONT 9, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP PUSHBUTTON "�L�����Z��", IDCANCEL,58,122,50,14 @@ -34,7 +34,7 @@ END IDD_WIZARD DIALOG DISCARDABLE 0, 0, 290, 159 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE CAPTION "Wizard" -FONT 9, "MS UI Gothic" +FONT 9, "MS Shell Dlg" BEGIN PUSHBUTTON "< �߂�(&B)", IDC_BACK_BUTTON,71,138,50,14 DEFPUSHBUTTON "�i��(&N) >", IDC_NEXT_BUTTON,121,138,50,14 @@ -50,7 +50,7 @@ END IDD_TBCUSTOMIZE DIALOG DISCARDABLE 10, 20, 357, 125 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Customize Toolbar" -FONT 9, "MS UI Gothic" +FONT 9, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "����(&C)", IDCANCEL,308,6,44,14 PUSHBUTTON "���Z�b�g(R&)", IDC_RESET_BTN,308,23,44,14