diff options
| author | Greg Ercolano <erco@seriss.com> | 2023-09-20 23:34:43 -0700 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2023-09-20 23:34:43 -0700 |
| commit | cee69943e5986f471d49b1378311cb06e1487733 (patch) | |
| tree | 2b8d40e393087ffdaa36dba54979032e99d0a84c /src/Fl_Native_File_Chooser.cxx | |
| parent | a26e12590c5c6a977a36fd04b1465843b0e42797 (diff) | |
Small FNFC doc clarification; "pilots" -> "presets"
Diffstat (limited to 'src/Fl_Native_File_Chooser.cxx')
| -rw-r--r-- | src/Fl_Native_File_Chooser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Native_File_Chooser.cxx b/src/Fl_Native_File_Chooser.cxx index b2b499c36..d9c99b265 100644 --- a/src/Fl_Native_File_Chooser.cxx +++ b/src/Fl_Native_File_Chooser.cxx @@ -54,7 +54,7 @@ int Fl_Native_File_Chooser::type() const { NEW_FOLDER Shows the 'New Folder' button. Ignored Used Used PREVIEW Enables the 'Preview' mode by default. Ignored Ignored Used SAVEAS_CONFIRM Confirm dialog if BROWSE_SAVE_FILE file exists. Used Used Used - USE_FILTER_EXT Chooser filter pilots the output file extension. Ignored Used Used (GTK) + USE_FILTER_EXT Chooser filter presets the output file extension. Ignored Used Used (GTK) \endcode */ void Fl_Native_File_Chooser::options(int o) { |
