From cee69943e5986f471d49b1378311cb06e1487733 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Wed, 20 Sep 2023 23:34:43 -0700 Subject: Small FNFC doc clarification; "pilots" -> "presets" --- FL/Fl_Native_File_Chooser.H | 2 +- src/Fl_Native_File_Chooser.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FL/Fl_Native_File_Chooser.H b/FL/Fl_Native_File_Chooser.H index 3df8f57e3..fc54ef354 100644 --- a/FL/Fl_Native_File_Chooser.H +++ b/FL/Fl_Native_File_Chooser.H @@ -143,7 +143,7 @@ public: SAVEAS_CONFIRM = 0x0001, ///< Show native 'Save As' overwrite confirm dialog NEW_FOLDER = 0x0002, ///< Show 'New Folder' icon (if supported) PREVIEW = 0x0004, ///< enable preview mode (if supported) - USE_FILTER_EXT = 0x0008 ///< Chooser filter pilots the output file extension (if supported) + USE_FILTER_EXT = 0x0008 ///< Chooser filter presets the output file extension (if supported) }; static const char *file_exists_message; 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) { -- cgit v1.2.3