Author: matt Date: 2010-03-31 08:46:55 -0700 (Wed, 31 Mar 2010) New Revision: 7381 Log: Fixed hello3.cxx
Modified: branches/branch-3.0/test/hello.cxx Modified: branches/branch-3.0/test/hello.cxx =================================================================== --- branches/branch-3.0/test/hello.cxx 2010-03-31 15:45:03 UTC (rev 7380) +++ branches/branch-3.0/test/hello.cxx 2010-03-31 15:46:55 UTC (rev 7381) @@ -35,7 +35,7 @@ Window *window = new Window(300,180); Widget *box = new Widget(20,40,260,100,"Hello, World!"); box->box(FL_UP_BOX); - box->labelfont(FL_BOLD+FL_ITALIC); + box->labelfont(BOLD+ITALIC); box->labelsize(36); box->labeltype(FL_SHADOW_LABEL); window->end(); _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
