view: Convert the German resources to UTF-8.
This commit is contained in:
parent
4b18e8d21a
commit
d6a9ef91d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue