changeset 12765:7b444ea41618

periodic merge of stable to default
author John W. Eaton <jwe@octave.org>
date Tue, 21 Jun 2011 12:21:47 -0400
parents f511bfe00d14 (current diff) 3347ccb91708 (diff)
children c55df65b543a
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/private/__getlegenddata__.m
+++ b/scripts/plot/private/__getlegenddata__.m
@@ -45,7 +45,7 @@
           if (isfield (hgobj, "displayname")
               && ! isempty (hgobj.displayname))
             hplots = [hplots, hgkids(j)];
-            text_strings = {text_strings{:}, hbobj.displayname};
+            text_strings = {text_strings{:}, hgobj.displayname};
             break;
           endif
         endfor