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

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

credui: Convert the German resources to UTF-8.

---

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

diff --git a/dlls/credui/credui_De.rc b/dlls/credui/credui_De.rc
index 9e72698..9cbedd2 100644
--- a/dlls/credui/credui_De.rc
+++ b/dlls/credui/credui_De.rc
@@ -20,6 +20,8 @@
 
 #include "credui_resources.h"
 
+#pragma code_page(65001)
+
 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
 
 IDD_CREDDIALOG DIALOG DISCARDABLE  0, 0, 213, 149
@@ -46,7 +48,7 @@ STRINGTABLE DISCARDABLE
     IDS_TITLEFORMAT     "Mit %s verbinden"
     IDS_MESSAGEFORMAT   "Verbindung mit %s wird hergestellt"
     IDS_INCORRECTPASSWORDTITLE  "Anmeldung fehlgeschlagen"
-    IDS_INCORRECTPASSWORD       "Bitte überprüfen Sie Ihren Benutzernamen\nund geben Sie das Kennwort neu ein."
+    IDS_INCORRECTPASSWORD       "Bitte überprüfen Sie Ihren Benutzernamen\nund geben Sie das Kennwort neu ein."
     IDS_CAPSLOCKONTITLE "Die Feststelltaste ist aktiviert"
-    IDS_CAPSLOCKON      "Mit aktivierter Feststelltaste könnte das Kennwort falsch eingeben werden.\n\nVor der Eingabe des Kennworts sollten Sie die Feststelltaste deaktivieren."
+    IDS_CAPSLOCKON      "Mit aktivierter Feststelltaste könnte das Kennwort falsch eingeben werden.\n\nVor der Eingabe des Kennworts sollten Sie die Feststelltaste deaktivieren."
 }




More information about the wine-cvs mailing list