changeset 5490:4e8a9543e68c

[project @ 2005-10-12 23:59:54 by jwe]
author jwe
date Wed, 12 Oct 2005 23:59:54 +0000
parents 250917610b55
children eacb3f5cfb99
files src/DLD-FUNCTIONS/gplot.l
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/gplot.l	Wed Oct 12 23:53:38 2005 +0000
+++ b/src/DLD-FUNCTIONS/gplot.l	Wed Oct 12 23:59:54 2005 +0000
@@ -236,7 +236,7 @@
 static std::string Vgnuplot_binary;
 
 // Append -title "Figure NN" to the gnuplot command?
-static bool Vgnuplot_use_title_option;
+static bool Vgnuplot_use_title_option = octave_env::have_x11_display ();
 
 // Gnuplot command strings that we use.
 static std::string Vgnuplot_command_plot;