summaryrefslogtreecommitdiff
path: root/src/Fl_File_Chooser2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_File_Chooser2.cxx')
-rw-r--r--src/Fl_File_Chooser2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_File_Chooser2.cxx b/src/Fl_File_Chooser2.cxx
index 5175f61d8..94aed5f79 100644
--- a/src/Fl_File_Chooser2.cxx
+++ b/src/Fl_File_Chooser2.cxx
@@ -148,7 +148,7 @@
*/
/** @} */
-/** \fn Fl_File_Chooser::Fl_File_Chooser(const char *pathname, const char *pattern, int type, const char *title)
+/** \fn Fl_File_Chooser::Fl_File_Chooser(const char *pathname, const char *pattern, int type_val, const char *title)
The constructor creates the Fl_File_Chooser dialog shown.
- The \p pathname argument can be a directory name or a
@@ -171,7 +171,7 @@
See the FLTK documentation on fl_filename_match()
for the kinds of pattern strings that are supported.
- - The \p type argument can be one of the Fl_File_Chooser::Type values.
+ - The \p type_val argument can be one of the Fl_File_Chooser::Type values.
- The \p title argument is used to set the title bar text for the
Fl_File_Chooser window.