summaryrefslogtreecommitdiff
path: root/FL/Fl_Native_File_Chooser.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2014-05-31 08:22:34 +0000
committerManolo Gouy <Manolo>2014-05-31 08:22:34 +0000
commit44a1407ba23063fb9c2531c278493fbc481e6d7b (patch)
treeabe65d2f8b627ec893e74a0b303b7eda38ec1dbb /FL/Fl_Native_File_Chooser.H
parent95b8282edb84b9faa704ea43b72888422422e065 (diff)
Improved documentation of enum Fl_Native_File_Chooser::Option.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10178 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Native_File_Chooser.H')
-rw-r--r--FL/Fl_Native_File_Chooser.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Native_File_Chooser.H b/FL/Fl_Native_File_Chooser.H
index 772cc1a48..ae115b765 100644
--- a/FL/Fl_Native_File_Chooser.H
+++ b/FL/Fl_Native_File_Chooser.H
@@ -114,10 +114,10 @@ public:
};
enum Option {
NO_OPTIONS = 0x0000, ///< no options enabled
- SAVEAS_CONFIRM = 0x0001, ///< Show native 'Save As' overwrite confirm dialog (if supported)
+ SAVEAS_CONFIRM = 0x0001, ///< Show native 'Save As' overwrite confirm dialog
NEW_FOLDER = 0x0002, ///< Show 'New Folder' icon (if supported)
- PREVIEW = 0x0004, ///< enable preview mode
- USE_FILTER_EXT = 0x0008 ///< Chooser filter pilots the output file extension
+ PREVIEW = 0x0004, ///< enable preview mode (if supported)
+ USE_FILTER_EXT = 0x0008 ///< Chooser filter pilots the output file extension (if supported)
};
/** Localizable message */
static const char *file_exists_message;