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

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

wineboot: Convert the German resources to UTF-8.

---

 programs/wineboot/wineboot_De.rc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/programs/wineboot/wineboot_De.rc b/programs/wineboot/wineboot_De.rc
index bc44ac8..b65e8f3 100644
--- a/programs/wineboot/wineboot_De.rc
+++ b/programs/wineboot/wineboot_De.rc
@@ -22,6 +22,8 @@
 
 #include "resource.h"
 
+#pragma code_page(65001)
+
 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
 
 IDD_ENDTASK DIALOG DISCARDABLE  0, 0, 186, 71
@@ -33,6 +35,6 @@ BEGIN
     PUSHBUTTON      "Programm beenden",IDOK,51,49,71,15
     LTEXT           "Ein Abmelden oder Herunterfahren wird simuliert, aber dieses Programm reagiert nicht.",
                     IDC_STATIC,7,7,172,19
-    LTEXT           "Wenn Sie das Programm beenden, können Sie ungespeicherte Daten verlieren.",
+    LTEXT           "Wenn Sie das Programm beenden, können Sie ungespeicherte Daten verlieren.",
                     IDC_STATIC,7,28,172,19
 END




More information about the wine-cvs mailing list