From 44a1407ba23063fb9c2531c278493fbc481e6d7b Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 31 May 2014 08:22:34 +0000 Subject: 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 --- FL/Fl_Native_File_Chooser.H | 6 +++--- 1 file 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; -- cgit v1.2.3