diff options
| -rw-r--r-- | src/Fl_Browser.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Fl_Browser.cxx b/src/Fl_Browser.cxx index afebada3a..7a604f5db 100644 --- a/src/Fl_Browser.cxx +++ b/src/Fl_Browser.cxx @@ -617,8 +617,7 @@ Fl_Browser::Fl_Browser(int X, int Y, int W, int H, const char *L) 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; |
