view: Fix Italian translation

Luca Bennati lucak3 at gmail.com
Mon Feb 1 09:55:56 CST 2010


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100201/85022081/attachment-0001.htm>
-------------- next part --------------
From 5c8f495a24ea475b1d69dd5b325c1ace204feac0 Mon Sep 17 00:00:00 2001
From: Luca Bennati <lucak3 at gmail.com>
Date: Mon, 1 Feb 2010 11:45:09 +0100
Subject: view: Fix Italian translation

---
 programs/view/It.rc |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/programs/view/It.rc b/programs/view/It.rc
index 0839c44..c54c264 100644
--- a/programs/view/It.rc
+++ b/programs/view/It.rc
@@ -23,6 +23,9 @@
 
 #include "resource.h"
 
+/* UTF-8 */
+#pragma code_page(65001)
+
 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
 
 /*
@@ -44,7 +47,7 @@ BEGIN
       MENUITEM SEPARATOR
       MENUITEM "&Sinistra",				IDM_LEFT
       MENUITEM "&Destra",			IDM_RIGHT
-      MENUITEM "&Alto",				IDM_UP
+      MENUITEM "A&lto",				IDM_UP
       MENUITEM "&Basso",				IDM_DOWN
     END
 END
-- 
1.6.6.1


More information about the wine-patches mailing list