]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
fixup: hfaxd PCL
authorAidan Van Dyk <aidan@ifax.com>
Mon, 28 Apr 2008 20:35:03 +0000 (20:35 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Mon, 28 Apr 2008 20:35:03 +0000 (20:35 +0000)
hfaxd/FileTransfer.c++
hfaxd/manifest.h

index 831b7faa3971b74cd19613f2e7af1efafc8aaaa3..cc855e5c5898d33b93a737dd5a7fc78540d6152d 100644 (file)
@@ -56,7 +56,7 @@ static struct {
     FaxSendOp  op;             // associated FaxSendOp value
 } formats[] = {
 { "TIFF", true,        "tif",  "Tagged Image File Format, Class F only",       FaxRequest::send_tiff },
-{ "PS",   true,        "ps",   "Adobe PostScript Level I",                     FaxRequest::send_postscript },
+{ "PS",   true,        "ps",   "Adobe PostScript",                             FaxRequest::send_postscript },
 { "PCL",  true,        "pcl",  "HP Printer Control Language (PCL)",            FaxRequest::send_pcl},
 { "PDF",  true,        "pdf",  "Adobe Portable Document Format",               FaxRequest::send_pdf}
 };
index ae16dae27e9249175a84787c072697c79cfe040b..0c2d13657e349b40803bf9389c3f5218c07aad54 100644 (file)
@@ -90,9 +90,8 @@
  */
 #define        FORM_TIFF       0       // Tagged Image File Format
 #define        FORM_PS         1       // PostScript Level I
-#define        FORM_PS2        2       // PostScript Level II
-#define        FORM_PCL        3       // HP-PCL5
-#define        FORM_PDF        4       // Portable Document Format
+#define        FORM_PCL        2       // HP-PCL5
+#define        FORM_PDF        3       // Portable Document Format
 
 /*
  * Definitions for the TELNET protocol (only those used).