view: Convert the German resources to UTF-8.

Michael Stefaniuc mstefani at redhat.de
Thu Jul 9 06:52:56 CDT 2009


---
 programs/view/De.rc |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/programs/view/De.rc b/programs/view/De.rc
index b77fc82..736f7bf 100644
--- a/programs/view/De.rc
+++ b/programs/view/De.rc
@@ -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
-- 
1.6.3.3



More information about the wine-patches mailing list