Reece Dunn : winecfg: Fix the size of the application static text in Japanese.

Alexandre Julliard julliard at winehq.org
Wed Apr 22 10:18:47 CDT 2009


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

Author: Reece Dunn <msclrhd at googlemail.com>
Date:   Tue Apr 21 21:10:24 2009 +0100

winecfg: Fix the size of the application static text in Japanese.

---

 programs/winecfg/Ja.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/winecfg/Ja.rc b/programs/winecfg/Ja.rc
index 8eaa603..a7868bb 100644
--- a/programs/winecfg/Ja.rc
+++ b/programs/winecfg/Ja.rc
@@ -57,9 +57,9 @@ FONT 9, "MS Shell Dlg"
 BEGIN
     GROUPBOX        " アプリケーション設定 ",IDC_STATIC, 8,4,244,240
     LTEXT           "Wineはアプリケーションによって異なるWindowsのバージョンをエミュレートできます。 このタブはライブラリ及びグラフィック各タブと連動しますので、システム全体の設定や\n個別アプリケーションの設定の変更が行えます。",
-                    IDC_STATIC,15,20,227,30
+                    IDC_STATIC,15,20,227,36
     CONTROL         "アプリケーション",IDC_APP_LISTVIEW,"SysListView32",WS_BORDER | WS_TABSTOP | LVS_LIST | LVS_SINGLESEL | LVS_SHOWSELALWAYS,
-                    15,50,230,150
+                    15,56,230,144
     PUSHBUTTON	    "アプリケーションを追加(&A)...",IDC_APP_ADDAPP, 90,204,75,14
     PUSHBUTTON	    "アプリケーションを削除(&R)",IDC_APP_REMOVEAPP, 170,204,75,14
     LTEXT           "&Windows バージョン:",IDC_STATIC,17,226,58,8




More information about the wine-cvs mailing list