Frédéric Delanoy : shlwapi: Fix French translation.

Alexandre Julliard julliard at winehq.org
Thu Jul 9 10:56:58 CDT 2009


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

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Wed Jul  8 15:24:55 2009 +0200

shlwapi: Fix French translation.

---

 dlls/shlwapi/shlwapi_Fr.rc |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/dlls/shlwapi/shlwapi_Fr.rc b/dlls/shlwapi/shlwapi_Fr.rc
index 26cada0..745b4fd 100644
--- a/dlls/shlwapi/shlwapi_Fr.rc
+++ b/dlls/shlwapi/shlwapi_Fr.rc
@@ -20,11 +20,14 @@
 
 #include "resource.h"
 
+/* UTF-8 */
+#pragma code_page(65001)
+
 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
 
 IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Erreur!"
+CAPTION "Erreur !"
 FONT 8, "MS Shell Dlg"
 {
  LTEXT "", IDS_ERR_USER_MSG2, 15, 5, 28, 20




More information about the wine-cvs mailing list