Mercurial > hg > octave-lyh
diff scripts/plot/private/__getlegenddata__.m @ 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 | eda5eabd5d0b |
children | 9b98affe52b9 |
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