changeset 12764:3347ccb91708 stable

fix typo in __getlegenddata__ * __getlegenddata__.m: Fix typo (hbobj -> hgobj).
author John W. Eaton <jwe@octave.org>
date Tue, 21 Jun 2011 12:20:08 -0400
parents 684ff193ddd2
children 7b444ea41618 1887d8400ba3
files scripts/plot/private/__getlegenddata__.m
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