changeset 22493:09c0ee94b7ee

Fix typo in cset 8c920950b7cc. * __gnuplot_has_feature__.m: Fix typo in cset 8c920950b7cc.
author Rik <rik@octave.org>
date Wed, 14 Sep 2016 21:33:26 -0700
parents 8c920950b7cc
children 3564b6b6b8d1
files scripts/plot/util/private/__gnuplot_has_feature__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/private/__gnuplot_has_feature__.m	Wed Sep 14 18:35:45 2016 -0700
+++ b/scripts/plot/util/private/__gnuplot_has_feature__.m	Wed Sep 14 21:33:26 2016 -0700
@@ -29,7 +29,7 @@
                          "needs_color_with_postscript",
                          "linetype",
                          "dashtype",
-                         "alphablend_linecolor"};
+                         "alphablend_linecolor",
                          "qt_terminal"};
 
   persistent has_features;