Author: manolo Date: 2011-10-04 01:16:35 -0700 (Tue, 04 Oct 2011) New Revision: 9122 Log: Fixed erroneous left-overs from 1.3 in a comment.
Modified: branches/branch-3.0/src/fltk3/cocoa.mm Modified: branches/branch-3.0/src/fltk3/cocoa.mm =================================================================== --- branches/branch-3.0/src/fltk3/cocoa.mm 2011-10-04 08:08:24 UTC (rev 9121) +++ branches/branch-3.0/src/fltk3/cocoa.mm 2011-10-04 08:16:35 UTC (rev 9122) @@ -1739,9 +1739,9 @@ int ret = fltk3::handle( fltk3::DND_ENTER, target ); breakMacEventLoop(); fl_unlock_function(); - // if the DND started in the same application, Fl::dnd() will not return until - // the the DND operation is finished. The call below causes the drop indicator - // to be draw correctly (a full event handling would be better...) + // if the DND started in the same application, fltk3::dnd() will not return until + // the DND operation is finished. The call below causes the drop indicator + // to be drawn correctly (a full event handling would be better...) fltk3::flush(); return ret ? NSDragOperationCopy : NSDragOperationNone; } _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
