Small FNFC doc clarification; "pilots" -> "presets"

This commit is contained in:
Greg Ercolano 2023-09-20 23:34:43 -07:00
parent a26e12590c
commit cee69943e5
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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) {