diff scripts/plot/__fltk_print__.m @ 11576:8ac9687dbe9f

rename backend to graphics_toolkit
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 02:29:57 -0500
parents fd0a3ac60b0e
children d5bd2766c640
line wrap: on
line diff
--- a/scripts/plot/__fltk_print__.m
+++ b/scripts/plot/__fltk_print__.m
@@ -110,7 +110,7 @@
     pipeline = {sprintf("%s > %s", cmd, opts.name)};
   case {"corel", "gif"}
     error ("print:unsupporteddevice",
-           "print.m: %s output is not available for the FLTK backend.",
+           "print.m: %s output is not available for the FLTK graphics toolkit",
            upper (opts.devopt))
   case opts.ghostscript.device
     opts.ghostscript.source = "-";