winecfg: Fix Italian translation

Luca Bennati lucak3 at gmail.com
Fri Sep 17 03:33:44 CDT 2010


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100917/d07ce8f2/attachment.htm>
-------------- next part --------------
From 0509a3d0d45f12b9eab5e99f8cf3a70283e745c6 Mon Sep 17 00:00:00 2001
From: Luca Bennati <lucak3 at gmail.com>
Date: Fri, 17 Sep 2010 10:24:30 +0200
Subject: winecfg: Fix Italian translation

Fixes the label size to show all the text
---
 programs/winecfg/It.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winecfg/It.rc b/programs/winecfg/It.rc
index 78f60d4..34f71e9 100644
--- a/programs/winecfg/It.rc
+++ b/programs/winecfg/It.rc
@@ -60,7 +60,7 @@ FONT 8, "MS Shell Dlg"
 BEGIN
     GROUPBOX        "Impostazioni delle applicazioni",IDC_STATIC, 8,4,244,210
     LTEXT           "Wine può simulare diverse versioni e stili di Windows per ogni applicazione. Questo tab è collegato ai tab Librerie e Grafica per permetterti di cambiare le impostazioni a livello di sistema o per applicazione pure in quelle tab.",
-                    IDC_STATIC,15,20,227,30
+                    IDC_STATIC,15,15,235,33
     CONTROL         "Applicazioni",IDC_APP_LISTVIEW,"SysListView32",WS_BORDER | WS_TABSTOP | LVS_LIST | LVS_SINGLESEL | LVS_SHOWSELALWAYS,
                     15,50,230,120
     PUSHBUTTON      "&Aggiungi applicazione...",IDC_APP_ADDAPP, 80,174,85,14
-- 
1.7.2.3


More information about the wine-patches mailing list