Author: bgbnbigben
Date: 2011-05-22 00:51:13 -0700 (Sun, 22 May 2011)
New Revision: 8711
Log:
Fixed a small typo I missed in test/keyboard_ui.cxx


Modified:
   trunk/test/keyboard_ui.cxx

Modified: trunk/test/keyboard_ui.cxx
===================================================================
--- trunk/test/keyboard_ui.cxx  2011-05-21 21:55:59 UTC (rev 8710)
+++ trunk/test/keyboard_ui.cxx  2011-05-22 07:51:13 UTC (rev 8711)
@@ -451,7 +451,7 @@
       o->labelsize(10);
       o->callback((fltk::Callback*)key_cb, (void*)(fltk::Keypad+'.'));
     }
-     {fltk::Widget* o = new fltk::Widget(400, 15, 80, 40, 
"Fl::event_state():");
+     {fltk::Widget* o = new fltk::Widget(400, 15, 80, 40, 
"fltk::event_state():");
       o->box(fltk::NO_BOX);
       o->labelsize(10);
       o->align(fltk::ALIGN_TOP|fltk::ALIGN_LEFT);

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to