wineps.drv: Convert the German resources to UTF-8.

Michael Stefaniuc mstefani at redhat.de
Thu Jul 9 06:52:41 CDT 2009


---
 dlls/wineps.drv/wps_De.rc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/dlls/wineps.drv/wps_De.rc b/dlls/wineps.drv/wps_De.rc
index 9ebaf3c..7ff88ec 100644
--- a/dlls/wineps.drv/wps_De.rc
+++ b/dlls/wineps.drv/wps_De.rc
@@ -18,6 +18,8 @@
 
 #include "psdlg.h"
 
+#pragma code_page(65001)
+
 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
 
 PAPER DIALOG LOADONCALL MOVEABLE DISCARDABLE 5, 43, 227, 215
@@ -25,7 +27,7 @@ STYLE  WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE
 CAPTION "Papier"
 FONT 8, "MS Shell Dlg"
 {
- LTEXT "&Papiergröße:", -1, 10, 6, 100, 8
+ LTEXT "&Papiergröße:", -1, 10, 6, 100, 8
  LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
 	 WS_TABSTOP
  GROUPBOX "Ausrichtung", -1, 10, 80, 200, 50
-- 
1.6.3.3



More information about the wine-patches mailing list