mpr: Fix Italian translation

Luca Bennati lucak3 at gmail.com
Sun Jan 31 08:01:21 CST 2010


needed UTF-8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100131/943e7a30/attachment-0001.htm>
-------------- next part --------------
From 5df5688e30ce125c9cfa1afe65ba7540b7a6c998 Mon Sep 17 00:00:00 2001
From: Luca Bennati <lucak3 at gmail.com>
Date: Sun, 31 Jan 2010 14:27:59 +0100
Subject: mpr: Fix Italian translation

---
 dlls/mpr/mpr_It.rc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/mpr/mpr_It.rc b/dlls/mpr/mpr_It.rc
index 7067ee3..f8aca01 100644
--- a/dlls/mpr/mpr_It.rc
+++ b/dlls/mpr/mpr_It.rc
@@ -21,6 +21,9 @@
 
 #include "mprres.h"
 
+/* UTF-8 */                                                       
+#pragma code_page(65001)
+
 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
 
 STRINGTABLE DISCARDABLE
-- 
1.6.6.1


More information about the wine-patches mailing list