view: Convert the German resources to UTF-8.

This commit is contained in:
Michael Stefaniuc 2009-07-09 13:52:56 +02:00 committed by Alexandre Julliard
parent 4b18e8d21a
commit d6a9ef91d1
1 changed files with 4 additions and 2 deletions

View File

@ -21,6 +21,8 @@
#include "resource.h"
#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
/*
@ -33,7 +35,7 @@ VIEW MENU
BEGIN
POPUP "&Datei"
BEGIN
MENUITEM "&Öffnen", IDM_OPEN
MENUITEM "&Öffnen", IDM_OPEN
MENUITEM "&Beenden", IDM_EXIT
END
POPUP "&Verschieben"
@ -68,5 +70,5 @@ END
STRINGTABLE DISCARDABLE
BEGIN
IDS_DESCRIPTION "Regulärer Metafile Betrachter"
IDS_DESCRIPTION "Regulärer Metafile Betrachter"
END