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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Native_File_Chooser.H') 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; -- cgit v1.2.3