Muneyuki Noguchi : comctl32: Use "MS Shell Dlg" 9 in Japanese resources.

Alexandre Julliard julliard at winehq.org
Wed Oct 8 12:48:33 CDT 2008


Module: wine
Branch: stable
Commit: 383162d30de977b67f4a0e01ee2ff31aff0119c2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=383162d30de977b67f4a0e01ee2ff31aff0119c2

Author: Muneyuki Noguchi <nogu.dev at 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




More information about the wine-cvs mailing list