PATCH: wineps paper dialog german

Marcus Meissner marcus at jet.franken.de
Sat May 5 08:52:16 CDT 2001


Hi,

Ciao, Marcus

Changelog:
	Paper dialog translated to german.

Index: dlls/wineps/rsrc.rc
===================================================================
RCS file: /home/wine/wine/dlls/wineps/rsrc.rc,v
retrieving revision 1.3
diff -u -r1.3 rsrc.rc
--- dlls/wineps/rsrc.rc	2000/11/09 20:26:11	1.3
+++ dlls/wineps/rsrc.rc	2001/05/05 14:48:55
@@ -26,3 +26,4 @@
 #include "wps_En.rc"
 #include "wps_Ru.rc"
 #include "wps_Sk.rc"
+#include "wps_De.rc"
--- /dev/null	Thu Aug  5 15:06:39 1999
+++ dlls/wineps/wps_De.rc	Sat May  5 15:36:57 2001
@@ -0,0 +1,16 @@
+LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
+
+PAPER DIALOG LOADONCALL MOVEABLE DISCARDABLE 5, 43, 227, 215
+STYLE  WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE
+CAPTION "Papier"
+FONT 8, "Helv"
+{
+ LTEXT "Papier &Größ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
+ CONTROL "&Hochformat", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON | 
+	WS_TABSTOP, 20, 90, 60, 10
+ CONTROL "&Querformat", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
+	 20, 110, 60, 10
+}




More information about the wine-patches mailing list