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

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


Module: wine
Branch: stable
Commit: 44c0810c580cfb9f688091a3857c5930ba121d46
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=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)

---

 dlls/user32/resources/user32_Ja.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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




More information about the wine-cvs mailing list