Author: matt Date: 2007-07-19 11:48:15 -0700 (Thu, 19 Jul 2007) New Revision: 5933 Log: Fixed missing slash in documentation.
Modified: branches/branch-1.1/documentation/Fl.html Modified: branches/branch-1.1/documentation/Fl.html =================================================================== --- branches/branch-1.1/documentation/Fl.html 2007-07-16 18:47:41 UTC (rev 5932) +++ branches/branch-1.1/documentation/Fl.html 2007-07-19 18:48:15 UTC (rev 5933) @@ -618,7 +618,7 @@ button is pressed. This function returns the button state at the time of the event. During an <tt>FL_RELEASE</tt> event, the state of the released button will be <tt>0</tt>. To find out, which button -caused an <tt>FL_RELEASE<tt> event, you can use +caused an <tt>FL_RELEASE</tt> event, you can use <tt><a href="#Fl.event_button">Fl::event_button()</a></tt> instead. <H4><A NAME="Fl.event_clicks">int event_clicks();<BR> _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
