Author: manolo
Date: 2012-05-12 06:44:11 -0700 (Sat, 12 May 2012)
New Revision: 9485
Log:
FLTK1 compatibility: fixed Fl_Widget::copy_label(const char*)

Modified:
   branches/branch-3.0/include/FL/Fl_Widget.H

Modified: branches/branch-3.0/include/FL/Fl_Widget.H
===================================================================
--- branches/branch-3.0/include/FL/Fl_Widget.H  2012-05-11 18:44:30 UTC (rev 
9484)
+++ branches/branch-3.0/include/FL/Fl_Widget.H  2012-05-12 13:44:11 UTC (rev 
9485)
@@ -280,7 +280,7 @@
   }
   
   void copy_label(const char *new_label) {
-    ((fltk3::Widget_I*)_p)->label(new_label);
+    ((fltk3::Widget_I*)_p)->copy_label(new_label);
   }
     
   void label(Fl_Labeltype a, const char* b) {

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

Reply via email to