diff scripts/plot/util/print.m @ 21578:683a1beee538

maint: Use "FIXME:" for all code blocks needing further attention. * files-dock-widget.cc, file-editor-tab.cc, file-editor-tab.h, file-editor.cc, octave-qscintilla.cc, octave-qt-link.cc, __ilu__.cc, debug.h, oct-stream.cc, pt-jit.cc, __magick_read__.cc, ov-classdef.cc, pt-stmt.cc, oct-sort.cc, inputParser.m, validateattributes.m, fminunc.m, fsolve.m, fzero.m, __scatter__.m, print.m: Use "FIXME:" for all code blocks needing further attention.
author Rik <rik@octave.org>
date Fri, 01 Apr 2016 14:55:13 -0700
parents 5b9618f4f841
children b571fc85953f
line wrap: on
line diff
--- a/scripts/plot/util/print.m	Fri Apr 01 14:14:11 2016 -0700
+++ b/scripts/plot/util/print.m	Fri Apr 01 14:55:13 2016 -0700
@@ -743,7 +743,7 @@
       error ("print:errorclosingfile",
              "print.m: error closing file '%s'", latexfile);
     endif
-    ## TODO - should this be fixed in GL2PS?
+    ## FIXME: should this be fixed in GL2PS?
     latex = strrep (latex, "\\includegraphics{}",
                     sprintf ("\\includegraphics{%s}", graphicsfile));
   else