[pkg-wine-party] [SCM] Debian Wine packaging branch, lenny, updated. wine-1.0.0-1-126-gccc5cbd

Alexandre Julliard julliard at winehq.org
Thu Oct 30 14:44:56 UTC 2008


The following commit has been merged in the lenny branch:
commit 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)

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

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list