Frédéric Delanoy : wineps.drv: Fix French translation & UI display.

Alexandre Julliard julliard at winehq.org
Wed Jul 8 14:35:53 CDT 2009


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

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Tue Jul  7 19:05:34 2009 +0200

wineps.drv: Fix French translation & UI display.

---

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

diff --git a/dlls/wineps.drv/wps_Fr.rc b/dlls/wineps.drv/wps_Fr.rc
index 5bac15c..c48f568 100644
--- a/dlls/wineps.drv/wps_Fr.rc
+++ b/dlls/wineps.drv/wps_Fr.rc
@@ -21,6 +21,9 @@
 
 #include "psdlg.h"
 
+/* UTF-8 */
+#pragma code_page(65001)
+
 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
 
 PAPER DIALOG LOADONCALL MOVEABLE DISCARDABLE 5, 43, 227, 215
@@ -29,14 +32,14 @@ CAPTION "Papier"
 FONT 8, "MS Shell Dlg"
 {
  LTEXT "&Taille du papier :", -1, 10, 6, 100, 8
- LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
+ LISTBOX IDD_PAPERS, 10, 17, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
 	 WS_TABSTOP
  GROUPBOX "Orientation", -1, 10, 80, 200, 50
  CONTROL "&Portrait", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
-	WS_TABSTOP, 20, 90, 60, 10
+	WS_TABSTOP, 20, 93, 60, 10
  CONTROL "P&aysage", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
 	 20, 110, 60, 10
- LTEXT "Recto-verso:", IDD_DUPLEX_NAME, 10, 140, 100, 8 
+ LTEXT "Recto-verso :", IDD_DUPLEX_NAME, 10, 140, 100, 8
  COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
         WS_TABSTOP
 }




More information about the wine-cvs mailing list