view: Fix Italian translation.

This commit is contained in:
Luca Bennati 2010-02-01 11:45:09 +01:00 committed by Alexandre Julliard
parent d92b85de23
commit 7bc4c7425d
1 changed files with 4 additions and 1 deletions

View File

@ -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