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

Alexandre Julliard julliard at winehq.org
Thu Sep 25 07:13:46 CDT 2008


Module: wine
Branch: master
Commit: e786bdebcdd499cdf1d8baae5908e68146f50a9a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e786bdebcdd499cdf1d8baae5908e68146f50a9a

Author: Muneyuki Noguchi <nogu.dev at gmail.com>
Date:   Thu Sep 25 11:27:09 2008 +0900

shell32: Use "MS Shell Dlg" 9 in Japanese resources.

---

 dlls/shell32/shell32_Ja.rc |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/shell32/shell32_Ja.rc b/dlls/shell32/shell32_Ja.rc
index 11e6e84..e010ffc 100644
--- a/dlls/shell32/shell32_Ja.rc
+++ b/dlls/shell32/shell32_Ja.rc
@@ -115,7 +115,7 @@ END
 SHBRSFORFOLDER_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 188, 192
 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME | DS_SETFONT | DS_3DLOOK
 CAPTION "ƒtƒHƒ‹ƒ_‚ÌŽQÆ"
-FONT 8, "MS Shell Dlg"
+FONT 9, "MS Shell Dlg"
 {
  DEFPUSHBUTTON "OK", 1, 80, 176, 50, 12, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
  PUSHBUTTON "ƒLƒƒƒ“ƒZƒ‹", 2, 134, 176, 50, 12, WS_GROUP | WS_TABSTOP
@@ -130,7 +130,7 @@ FONT 8, "MS Shell Dlg"
 SHNEWBRSFORFOLDER_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 218, 196
 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | WS_SIZEBOX | DS_MODALFRAME | DS_SETFONT | DS_3DLOOK
 CAPTION "ƒtƒHƒ‹ƒ_‚ÌŽQÆ"
-FONT 8, "MS Shell Dlg"
+FONT 9, "MS Shell Dlg"
 {
  LTEXT "", IDD_TITLE, 10, 8, 198, 24
  LTEXT "", IDD_STATUS, 10, 25, 198, 12
@@ -148,7 +148,7 @@ FONT 8, "MS Shell Dlg"
 SHELL_YESTOALL_MSGBOX DIALOG 200, 100, 280, 90
 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "ƒƒbƒZ[ƒW"
-FONT 8, "MS Shell Dlg"
+FONT 9, "MS Shell Dlg"
 {
     DEFPUSHBUTTON "‚Í‚¢(&Y)", IDYES, 34, 69, 53, 14, WS_GROUP | WS_TABSTOP
     PUSHBUTTON "‚·‚ׂĂ͂¢(&A)", IDD_YESTOALL, 92, 69, 65, 14, WS_GROUP | WS_TABSTOP
@@ -176,7 +176,7 @@ FONT 10, "MS Shell Dlg"
 SHELL_RUN_DLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 227, 95
 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION ""
-FONT 8, "MS Shell Dlg"
+FONT 9, "MS Shell Dlg"
 {
  ICON "", IDC_RUNDLG_ICON, 7, 11, 18, 20, WS_VISIBLE
  LTEXT "Type the name of a program, folder, document, or Internet resource, and Wine will open it for you.", IDC_RUNDLG_DESCRIPTION, 36, 11, 182, 18




More information about the wine-cvs mailing list