From eaf604b4ed64410b42ef8568733e1005ca2860bc Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 7 Dec 2008 17:15:26 +0000 Subject: Fixed typos and amended doxygen docs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6563 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_file_dir.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fl_file_dir.cxx') diff --git a/src/fl_file_dir.cxx b/src/fl_file_dir.cxx index 11d086ec6..0e3db380c 100644 --- a/src/fl_file_dir.cxx +++ b/src/fl_file_dir.cxx @@ -62,7 +62,7 @@ void fl_file_chooser_ok_label(const char *l) { } /** \relates Fl_File_Chooser - Shows a file chooser dialog and get a filename. + Shows a file chooser dialog and gets a filename. \image html Fl_File_Chooser.jpg \image latex Fl_File_Chooser.eps "Fl_File_Chooser" width=12cm \param[in] message text in title bar @@ -147,11 +147,11 @@ fl_file_chooser(const char *message, // I - Message in titlebar } /** \relates Fl_File_Chooser - Shows a file chooser dialog and get a directory. + Shows a file chooser dialog and gets a directory. \param[in] message title bar text \param[in] fname initial/default directory name \param[in] relative 0 for absolute path return, relative otherwise - \return the directory path string choosen by the user or NULL if user cancels + \return the directory path string chosen by the user or NULL if user cancels */ char * // O - Directory or NULL -- cgit v1.2.3