winspool.drv: Fix Italian translation

Luca Bennati lucak3 at gmail.com
Tue Feb 2 09:55:44 CST 2010


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100202/ed68b64e/attachment-0001.htm>
-------------- next part --------------
From 77fcabef6271c63b6b3da091f175480f1b2bea28 Mon Sep 17 00:00:00 2001
From: Luca Bennati <lucak3 at gmail.com>
Date: Tue, 2 Feb 2010 10:57:29 +0100
Subject: winspool.drv: Fix Italian translation

---
 dlls/winspool.drv/It.rc |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/dlls/winspool.drv/It.rc b/dlls/winspool.drv/It.rc
index aff05a4..a661dc7 100644
--- a/dlls/winspool.drv/It.rc
+++ b/dlls/winspool.drv/It.rc
@@ -20,6 +20,9 @@
 
 #include "wspool.h"
 
+/*UTF-8*/
+#pragma code_page(65001)
+
 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
 
 FILENAME_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 245, 47
@@ -36,6 +39,6 @@ END
 STRINGTABLE DISCARDABLE
 {
     IDS_CAPTION "Porta Locale"
-    IDS_FILE_EXISTS "Il file in uscita esiste già.  Clicca su OK per sovrascriverlo."
+    IDS_FILE_EXISTS "Il file in uscita esiste già.  Clicca su OK per sovrascriverlo."
     IDS_CANNOT_OPEN "Impossibile creare il file in uscita."
 }
-- 
1.6.6.1


More information about the wine-patches mailing list