Small FNFC doc clarification; "pilots" -> "presets"
This commit is contained in:
parent
a26e12590c
commit
cee69943e5
@ -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;
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user