Frédéric Delanoy : winspool.drv: Convert French resources to UTF-8.

Alexandre Julliard julliard at winehq.org
Thu Jul 9 10:57:02 CDT 2009


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

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Thu Jul  9 14:52:53 2009 +0200

winspool.drv: Convert French resources to UTF-8.

---

 dlls/winspool.drv/Fr.rc |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dlls/winspool.drv/Fr.rc b/dlls/winspool.drv/Fr.rc
index 12bf359..40d9c23 100644
--- a/dlls/winspool.drv/Fr.rc
+++ b/dlls/winspool.drv/Fr.rc
@@ -20,6 +20,9 @@
 
 #include "wspool.h"
 
+/* UTF-8 */
+#pragma code_page(65001)
+
 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
 
 FILENAME_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 245, 47
@@ -27,7 +30,7 @@ STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPW
 CAPTION "Imprimer dans un fichier"
 FONT 8, "MS Shell Dlg"
 BEGIN
-    LTEXT "&Fichier de sortie :", -1, 7, 13, 194, 13, WS_VISIBLE
+    LTEXT "&Fichier de sortie :", -1, 7, 13, 194, 13, WS_VISIBLE
     EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
     DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
     PUSHBUTTON "Annuler", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
@@ -36,6 +39,6 @@ END
 STRINGTABLE DISCARDABLE
 {
     IDS_CAPTION "Port local"
-    IDS_FILE_EXISTS "Le fichier de sortie existe déjà. Cliquez sur OK pour l'écraser."
-    IDS_CANNOT_OPEN "Impossible de créer le fichier de sortie."
+    IDS_FILE_EXISTS "Le fichier de sortie existe déjà. Cliquez sur OK pour l'écraser."
+    IDS_CANNOT_OPEN "Impossible de créer le fichier de sortie."
 }




More information about the wine-cvs mailing list