diff scripts/plot/print.m @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents dec8dd15a574
children 1138ced03f14
line wrap: on
line diff
--- a/scripts/plot/print.m	Mon Apr 24 17:45:31 2006 +0000
+++ b/scripts/plot/print.m	Mon Apr 24 19:13:11 2006 +0000
@@ -304,7 +304,7 @@
     elseif (strcmp (dev, "png") || strcmp (dev, "pbm"))
       ## Portable network graphics, PBMplus
 
-      ## XXX FIXME XXX -- New PNG interface takes color as "xRRGGBB"
+      ## FIXME -- New PNG interface takes color as "xRRGGBB"
       ## where x is the literal character 'x' and 'RRGGBB' are the red,
       ## green and blue components in hex.  For now we just ignore it
       ## and use default.  The png terminal now is so rich with options,
@@ -348,7 +348,7 @@
     endif
   endif
 
-  ## XXX FIXME XXX -- This looks like a dirty, Unix-specific hack.
+  ## FIXME -- This looks like a dirty, Unix-specific hack.
   ## DAS
   if (doprint)
     system (sprintf ("lpr %s '%s'", printer, printname));