ChangeSet ID: 1032550715335377754950063 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/09/20 14:38:35 Modified files: . : winedefault.reg Removed files: documentation : psdrv.reg Log message: Dimitrie O. Paun Move the contents of documentation/psdrv.reg to winedefault.reg. Patch: http://cvs.winehq.com/patch.py?id=1032550715335377754950063 Old revision New revision Changes Path 1.53 1.54 +35 -0 wine/winedefault.reg 1.2 Removed +0 -0 wine/documentation/Attic/psdrv.reg Index: wine/winedefault.reg diff -u -p wine/winedefault.reg:1.53 wine/winedefault.reg:1.54 --- wine/winedefault.reg:1.53 Tue Feb 9 02:39:47 2010 +++ wine/winedefault.reg Tue Feb 9 02:39:47 2010 @@ -101,6 +101,41 @@ "OEMCP"="437" # +# This configures Wine's PostScript printer driver +# + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver] +"Attributes"="dword:00000000" +"Default Devmode"= +"Name"="Wine PostScript Driver" +"Port"="LPT1:" +"Print Processor"="WinPrint" +"Printer Driver"="PS Driver" +"Priority"="dword:00000000" +"Start Time"="dword:00000000" +"Status"="dword:00000000" +"Until Time"="dword:00000000" + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver\PrinterDriverData] +"PPD File"="/unix/path/to/PPD/file" + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver\PrinterDriverData\FontSubTable] +"Courier New"="Courier" +"Arial"="Helvetica" +"Helv"="Helvetica" +"Times New Roman"="Times" + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers\PS Driver] +"Configuration File"="WINEPS.DRV" +"Data File"="" +"Driver"="WINEPS.DRV" +"Version"="dword:0a000000" +"Datatype"="" +"Dependent Files"="" +"Help Files"="" +"Monitor"="" + +# # Entries for OLE32 (COM/OLE base) # Index: wine/documentation/psdrv.reg diff -u -p wine/documentation/psdrv.reg:1.2 /dev/null --- wine/documentation/psdrv.reg Tue Feb 9 02:39:47 2010 +++ /dev/null Tue Feb 9 02:39:47 2010 @@ -1,30 +0,0 @@ -[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver] -"Attributes"="dword:00000000" -"Default Devmode"= -"Name"="Wine PostScript Driver" -"Port"="LPT1:" -"Print Processor"="WinPrint" -"Printer Driver"="PS Driver" -"Priority"="dword:00000000" -"Start Time"="dword:00000000" -"Status"="dword:00000000" -"Until Time"="dword:00000000" - -[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver\PrinterDriverData] -"PPD File"="/unix/path/to/PPD/file" - -[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\Wine PostScript Driver\PrinterDriverData\FontSubTable] -"Courier New"="Courier" -"Arial"="Helvetica" -"Helv"="Helvetica" -"Times New Roman"="Times" - -[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers\PS Driver] -"Configuration File"="WINEPS.DRV" -"Data File"="" -"Driver"="WINEPS.DRV" -"Version"="dword:0a000000" -"Datatype"="" -"Dependent Files"="" -"Help Files"="" -"Monitor"=""