diff scripts/plot/bottom_title.m @ 5214:eecc24b92d97

[project @ 2005-03-16 17:14:12 by jwe]
author jwe
date Wed, 16 Mar 2005 17:14:12 +0000
parents 92be67bc9301
children 32c569794216
line wrap: on
line diff
--- a/scripts/plot/bottom_title.m	Wed Mar 16 05:34:27 2005 +0000
+++ b/scripts/plot/bottom_title.m	Wed Mar 16 17:14:12 2005 +0000
@@ -32,9 +32,9 @@
   endif
 
   if (isstr (text))
-    gset top_title;
-    gset title;
-    eval (sprintf ("gset bottom_title \"%s\"",
+    __gset__ top_title;
+    __gset__ title;
+    eval (sprintf ("__gset__ bottom_title \"%s\"",
 		   undo_string_escapes (undo_string_escapes (text))));
   else
     error ("bottom_title: text must be a string");