[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 44c0810c580cfb9f688091a3857c5930ba121d46
Author: Muneyuki Noguchi <nogu.dev at gmail.com>
Date:   Thu Sep 25 11:28:28 2008 +0900

    user32: Use "MS Shell Dlg" 9 in Japanese resources.
    (cherry picked from commit bcff2eb2880f7c9d3a3a56af96b269f5554ae8f6)

diff --git a/dlls/user32/resources/user32_Ja.rc b/dlls/user32/resources/user32_Ja.rc
index 5136391..d32cff1 100644
--- a/dlls/user32/resources/user32_Ja.rc
+++ b/dlls/user32/resources/user32_Ja.rc
@@ -50,7 +50,7 @@ EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
 
 MSGBOX DIALOG 100, 80, 216, 168
 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
-FONT 9, "MS UI Gothic"
+FONT 9, "MS Shell Dlg"
 BEGIN
         ICON "", 1088, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
         LTEXT "", 100, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
@@ -69,7 +69,7 @@ END
 MDI_MOREWINDOWS DIALOG FIXED IMPURE 20, 20, 232, 122
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Select Window"
-FONT 8, "MS Shell Dlg"
+FONT 9, "MS Shell Dlg"
 BEGIN
     LISTBOX         MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
     DEFPUSHBUTTON   "OK", IDOK, 75, 100, 35, 14

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list