[PATCH 1/2] mshtml: Convert the German translation to UTF8. (resend)

Michael Stefaniuc mstefani at redhat.de
Tue Mar 17 16:59:22 CDT 2009


---
git doesn't likes emails with charset="utf-8" encoding that include
non-UTF8 characters.



 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)
-- 
1.6.2



More information about the wine-patches mailing list