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

This commit is contained in:
Michael Stefaniuc 2009-07-09 13:52:41 +02:00 committed by Alexandre Julliard
parent d6a9ef91d1
commit 6c24ec186c
1 changed files with 3 additions and 1 deletions

View File

@ -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