Michael Stefaniuc : mshtml: Convert the German translation to UTF8.

Alexandre Julliard julliard at winehq.org
Mon Mar 23 12:34:47 CDT 2009


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Tue Mar 17 22:59:22 2009 +0100

mshtml: Convert the German translation to UTF8.

---

 dlls/mshtml/De.rc |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/De.rc b/dlls/mshtml/De.rc
index 2075892..8785dd6 100644
--- a/dlls/mshtml/De.rc
+++ b/dlls/mshtml/De.rc
@@ -21,6 +21,8 @@
 
 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
 
+#pragma code_page(65001)
+
 STRINGTABLE DISCARDABLE
 {
     IDS_HTMLDISABLED  "Die HTML-Darstellung ist zur Zeit ausgeschaltet."
@@ -36,7 +38,7 @@ FONT 8, "MS Shell Dlg"
 {
     LTEXT "Diese Anwendung versucht, eine HTML-Seite anzuzeigen. Wine muss " \
           "Gecko (Mozilla HTML-Bibliothek) installieren um die Seite " \
-	  "anzuzeigen. Klicken Sie auf „Installieren“, um Gecko automatisch " \
+          "anzuzeigen. Klicken Sie auf „Installieren“, um Gecko automatisch " \
           "herunterzuladen und zu installieren.", ID_DWL_STATUS, 10, 10, 240, 40, SS_LEFT
     CONTROL "Fortschritt", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10, 50, 240, 12
     DEFPUSHBUTTON "&Installieren", ID_DWL_INSTALL, 200, 70, 50, 15, WS_GROUP | WS_TABSTOP
@@ -56,3 +58,5 @@ FONT 8, "MS Shell Dlg"
     PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
     PUSHBUTTON "Abbrechen", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP
 }
+
+#pragma code_page(default)




More information about the wine-cvs mailing list