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

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


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

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

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

---

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

diff --git a/programs/winecfg/Es.rc b/programs/winecfg/Es.rc
index 440ea71..86639f7 100644
--- a/programs/winecfg/Es.rc
+++ b/programs/winecfg/Es.rc
@@ -52,9 +52,9 @@ FONT 8, "MS Shell Dlg"
 BEGIN
     GROUPBOX        " Configuración de aplicaciones ",IDC_STATIC, 8,4,244,240
     LTEXT           "Wine puede imitar distintas versiones de Windows para cada aplicación. Esta pestaña está enlazada a las de Librerías y Gráficos para poder cambiar en ellas la configuración global y/o la de por aplicación.",
-                    IDC_STATIC,15,20,227,30
+                    IDC_STATIC,15,20,227,32
     CONTROL         "Aplicaciones",IDC_APP_LISTVIEW,"SysListView32",WS_BORDER | WS_TABSTOP | LVS_LIST | LVS_SINGLESEL | LVS_SHOWSELALWAYS,
-                    15,50,230,150
+                    15,56,230,144
     PUSHBUTTON      "&Añadir aplicación...",IDC_APP_ADDAPP, 90,204,75,14
     PUSHBUTTON      "&Eliminar aplicación...",IDC_APP_REMOVEAPP, 170,204,75,14
     LTEXT           "&Versión a imitar:",IDC_STATIC,17,226,58,16




More information about the wine-cvs mailing list