Mercurial > hg > octave-lyh
diff src/graphics.cc @ 11283:58f175d39a7a
GUI file functions
author | Kai Habel <kai.habel@gmx.de> |
---|---|
date | Sun, 21 Nov 2010 14:25:32 +0100 |
parents | fe11e2b9d48a |
children | 1511bbfe6a6e |
line wrap: on
line diff
--- a/src/graphics.cc +++ b/src/graphics.cc @@ -1490,7 +1490,7 @@ has_property = surface::properties::has_core_property (pname); else if (pfx == "hggroup") has_property = hggroup::properties::has_core_property (pname); - else if (pfx == "uimenu") + else if (pfx == "uimenu") has_property = uimenu::properties::has_core_property (pname); if (has_property)