Reverted r35043. The "Save as PDF" printer could not save to

a PDF file, because it could not locate the "Print To file"
transport add-on.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35860 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer 2010-03-14 15:40:18 +00:00
parent 9d933b5156
commit b9b8a156d4

View File

@ -3,7 +3,7 @@ resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be.printer";
resource(1, "Printer Name") "Save as PDF";
resource(2, "Driver Name") "PDF Writer";
resource(3, "transport") "Print to file";
resource(3, "transport") "Print To File";
resource(4, "transport_address") "";
resource(5, "connection") "Local";
resource(6, "state") "free";