Michael Stefaniuc : avifil32: 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: a3086ace25554cc26424889c9ed15f6a88f40a5e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a3086ace25554cc26424889c9ed15f6a88f40a5e

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

avifil32: Convert the German resources to UTF-8.

---

 dlls/avifil32/avifile_De.rc |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dlls/avifil32/avifile_De.rc b/dlls/avifil32/avifile_De.rc
index 18c2fdf..b0f0bab 100644
--- a/dlls/avifil32/avifile_De.rc
+++ b/dlls/avifil32/avifile_De.rc
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002 Michael Günnewig
+ * Copyright 2002 Michael Günnewig
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -18,6 +18,8 @@
 
 #include "avifile_private.h"
 
+#pragma code_page(65001)
+
 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
 
 IDD_SAVEOPTIONS DIALOG FIXED IMPURE  43, 37, 226, 82
@@ -25,7 +27,7 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Komprimierungsoptionen"
 FONT 8, "MS Shell Dlg"
 BEGIN
-    LTEXT           "&Wählen Sie die Eingangsdaten aus:",-1,2,5,154,10
+    LTEXT           "&Wählen Sie die Eingangsdaten aus:",-1,2,5,154,10
     COMBOBOX        IDC_STREAM,2,18,154,61,CBS_DROPDOWNLIST | WS_VSCROLL |
                     WS_TABSTOP
     PUSHBUTTON      "&Optionen...",IDC_OPTIONS,170,17,50,14




More information about the wine-cvs mailing list