Commit d6a9ef91 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

view: Convert the German resources to UTF-8.

parent 4b18e8d2
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
#include "resource.h" #include "resource.h"
#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
/* /*
...@@ -33,7 +35,7 @@ VIEW MENU ...@@ -33,7 +35,7 @@ VIEW MENU
BEGIN BEGIN
POPUP "&Datei" POPUP "&Datei"
BEGIN BEGIN
MENUITEM "&ffnen", IDM_OPEN MENUITEM "&Öffnen", IDM_OPEN
MENUITEM "&Beenden", IDM_EXIT MENUITEM "&Beenden", IDM_EXIT
END END
POPUP "&Verschieben" POPUP "&Verschieben"
...@@ -68,5 +70,5 @@ END ...@@ -68,5 +70,5 @@ END
STRINGTABLE DISCARDABLE STRINGTABLE DISCARDABLE
BEGIN BEGIN
IDS_DESCRIPTION "Regulrer Metafile Betrachter" IDS_DESCRIPTION "Regulärer Metafile Betrachter"
END END
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment