Author: greg.ercolano
Date: 2009-09-20 23:35:08 -0700 (Sun, 20 Sep 2009)
New Revision: 6895
Log:
Removed stray garbage from lineposition()'s docs.



Modified:
   branches/branch-1.3/src/Fl_Browser.cxx

Modified: branches/branch-1.3/src/Fl_Browser.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Browser.cxx      2009-09-20 21:55:21 UTC (rev 
6894)
+++ branches/branch-1.3/src/Fl_Browser.cxx      2009-09-21 06:35:08 UTC (rev 
6895)
@@ -617,8 +617,7 @@
   Updates the browser so that \p line is shown at position \p pos.
   \param[in] line line number. (1 based)
   \param[in] pos position.
-  \see topline(), middleline(), bottomline(), \n
-+: Command not found.
+  \see topline(), middleline(), bottomline()
 */
 void Fl_Browser::lineposition(int line, Fl_Line_Position pos) {
   if (line<1) line = 1;

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

Reply via email to