Michael Stefaniuc : view: Convert the German resources to UTF-8.

Alexandre Julliard julliard at winehq.org
Thu Jul 9 10:57:03 CDT 2009


Module: wine
Branch: master
Commit: d6a9ef91d10550c69dbb4812df920d1a37e9a19d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d6a9ef91d10550c69dbb4812df920d1a37e9a19d

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu Jul  9 13:52:56 2009 +0200

view: Convert the German resources to UTF-8.

---

 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




More information about the wine-cvs mailing list