# HG changeset patch # User John W. Eaton # Date 1308673307 14400 # Node ID 7b444ea416185f0cea869dc17953b9259eeb1d80 # Parent f511bfe00d149a2231c3d6d5aa9b870e91bec78d# Parent 3347ccb91708820d1700042069625c2d2c40fe15 periodic merge of stable to default diff --git a/scripts/plot/private/__getlegenddata__.m b/scripts/plot/private/__getlegenddata__.m --- 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