Author: manolo Date: 2011-10-31 13:09:36 -0700 (Mon, 31 Oct 2011) New Revision: 9165 Log: Correct typo in a button label.
Modified: branches/branch-3.0/test/color_chooser.cxx Modified: branches/branch-3.0/test/color_chooser.cxx =================================================================== --- branches/branch-3.0/test/color_chooser.cxx 2011-10-31 20:02:29 UTC (rev 9164) +++ branches/branch-3.0/test/color_chooser.cxx 2011-10-31 20:09:36 UTC (rev 9165) @@ -101,9 +101,9 @@ box.box(fltk3::THIN_DOWN_BOX); c = fullcolor_cell; box.color(c); - fltk3::Button b1(140,120,120,30,"fltk3::show_colormap"); + fltk3::Button b1(140,120,140,30,"fltk3::show_colormap"); b1.callback(cb1,&box); - fltk3::Button b2(140,160,120,30,"fltk3::choose_color"); + fltk3::Button b2(140,160,140,30,"fltk3::color_chooser"); b2.callback(cb2,&box); fltk3::Box image_box(140,200,120,120,0); make_image(); _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
