diff scripts/plot/util/findall.m @ 17868:da3586730ea0

Remove Help menu from FLTK menubar. * scripts/plot/util/allchild.m, scripts/plot/util/findall.m: Correct %!tests to pass with new menubar. * scripts/plot/util/private/__add_default_menu__.m: Remove Help uimenu.
author Rik <rik@octave.org>
date Wed, 06 Nov 2013 19:44:46 -0800
parents d63878346099
children 52e01aa1fe8b
line wrap: on
line diff
--- a/scripts/plot/util/findall.m	Wed Nov 06 19:22:02 2013 -0500
+++ b/scripts/plot/util/findall.m	Wed Nov 06 19:44:46 2013 -0800
@@ -56,7 +56,7 @@
 %! unwind_protect
 %!   h = findall (hf);
 %!   all_handles(1) = {"figure"};
-%!   all_handles(2:14,1) = {"uimenu"};
+%!   all_handles(2:12,1) = {"uimenu"};
 %!   assert (get (h, "type"), all_handles);
 %! unwind_protect_cleanup
 %!   close (hf);