Module: wine Branch: master Commit: 6c24ec186cebf8e9f1bd4fb357c6cdd07c03734a URL: http://source.winehq.org/git/wine.git/?a=commit;h=6c24ec186cebf8e9f1bd4fb357...
Author: Michael Stefaniuc mstefani@redhat.de Date: Thu Jul 9 13:52:41 2009 +0200
wineps.drv: Convert the German resources to UTF-8.
---
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