Vitaly Perov : shell32: Enlarge static to display multiline text correctly.

Alexandre Julliard julliard at winehq.org
Wed Sep 16 15:59:37 CDT 2009


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

Author: Vitaly Perov <vitperov at etersoft.ru>
Date:   Wed Sep 16 18:07:16 2009 +0400

shell32: Enlarge static to display multiline text correctly.

---

 dlls/shell32/shell32_Ru.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/shell32_Ru.rc b/dlls/shell32/shell32_Ru.rc
index 70ef10c..65f670a 100644
--- a/dlls/shell32/shell32_Ru.rc
+++ b/dlls/shell32/shell32_Ru.rc
@@ -125,7 +125,7 @@ FONT 8, "MS Shell Dlg"
 {
     DEFPUSHBUTTON "Да", 1, 80, 176, 50, 12, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
     PUSHBUTTON "Отмена", 2, 134, 176, 50, 12, WS_GROUP | WS_TABSTOP
-    LTEXT "", IDD_TITLE, 4, 4, 180, 12
+    LTEXT "", IDD_TITLE, 4, 4, 180, 25
     LTEXT "", IDD_STATUS, 4, 25, 180, 12
     CONTROL "", IDD_TREEVIEW, "SysTreeView32",
 	        TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT |




More information about the wine-cvs mailing list