Commit 2c3d5b27 authored by Reece Dunn's avatar Reece Dunn Committed by Alexandre Julliard

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

parent d993f851
......@@ -52,9 +52,9 @@ FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX " Configuracin de aplicaciones ",IDC_STATIC, 8,4,244,240
LTEXT "Wine puede imitar distintas versiones de Windows para cada aplicacin. Esta pestaa est enlazada a las de Libreras y Grficos para poder cambiar en ellas la configuracin global y/o la de por aplicacin.",
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 "&Aadir aplicacin...",IDC_APP_ADDAPP, 90,204,75,14
PUSHBUTTON "&Eliminar aplicacin...",IDC_APP_REMOVEAPP, 170,204,75,14
LTEXT "&Versin a imitar:",IDC_STATIC,17,226,58,16
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment