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

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


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

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

msvfw32: Convert the German resources to UTF-8.

---

 dlls/msvfw32/msvfw32_De.rc |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dlls/msvfw32/msvfw32_De.rc b/dlls/msvfw32/msvfw32_De.rc
index ff822dd..051b7df 100644
--- a/dlls/msvfw32/msvfw32_De.rc
+++ b/dlls/msvfw32/msvfw32_De.rc
@@ -19,6 +19,8 @@
 
 #include "msvideo_private.h"
 
+#pragma code_page(65001)
+
 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
 
 ICM_CHOOSE_COMPRESSOR DIALOG DISCARDABLE  36, 24, 187, 95
@@ -33,11 +35,11 @@ FONT 8, "MS Shell Dlg"
     COMBOBOX 880,9,16,111,67,CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
 
     PUSHBUTTON "Kon&figurieren...",882,129,36,49,14
-    PUSHBUTTON "&Über...",883,129,52,49,14
+    PUSHBUTTON "&Ãœber...",883,129,52,49,14
 
     SCROLLBAR 884,9,44,111,9,WS_TABSTOP
 
-    LTEXT "Komprimierungsqualität:",886,9,34,80,8
+    LTEXT "Komprimierungsqualität:",886,9,34,80,8
 
     CONTROL "&Key Frame aller",887,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,60,66,12
     EDITTEXT 888,78,60,22,12
@@ -50,5 +52,5 @@ FONT 8, "MS Shell Dlg"
 
 STRINGTABLE DISCARDABLE
 {
-    IDS_FULLFRAMES "Vollständige Frames (Unkomprimiert)"
+    IDS_FULLFRAMES "Vollständige Frames (Unkomprimiert)"
 }




More information about the wine-cvs mailing list