# HG changeset patch # User John W. Eaton # Date 1308673208 14400 # Node ID 3347ccb91708820d1700042069625c2d2c40fe15 # Parent 684ff193ddd23b36654e29e5baeef4f32f5b001e fix typo in __getlegenddata__ * __getlegenddata__.m: Fix typo (hbobj -> hgobj). diff -r 684ff193ddd2 -r 3347ccb91708 scripts/plot/private/__getlegenddata__.m --- a/scripts/plot/private/__getlegenddata__.m Tue Jun 21 08:48:33 2011 -0700 +++ b/scripts/plot/private/__getlegenddata__.m Tue Jun 21 12:20:08 2011 -0400 @@ -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