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 /FL/Fl_Native_File_Chooser.H | |
| parent | a26e12590c5c6a977a36fd04b1465843b0e42797 (diff) | |
Small FNFC doc clarification; "pilots" -> "presets"
Diffstat (limited to 'FL/Fl_Native_File_Chooser.H')
| -rw-r--r-- | FL/Fl_Native_File_Chooser.H | 2 |
1 files changed, 1 insertions, 1 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; |
