diff options
Diffstat (limited to 'FL/Fl_Native_File_Chooser_MAC.H')
| -rw-r--r-- | FL/Fl_Native_File_Chooser_MAC.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Native_File_Chooser_MAC.H b/FL/Fl_Native_File_Chooser_MAC.H index 4685470f3..688864669 100644 --- a/FL/Fl_Native_File_Chooser_MAC.H +++ b/FL/Fl_Native_File_Chooser_MAC.H @@ -50,7 +50,7 @@ public: NO_OPTIONS = 0x0000, // no options enabled SAVEAS_CONFIRM = 0x0001, // Show native 'Save As' overwrite confirm dialog (if supported) NEW_FOLDER = 0x0002, // Show 'New Folder' icon (if supported) - PREVIEW = 0x0004, // enable preview mode + PREVIEW = 0x0004 // enable preview mode }; private: int _btype; // kind-of browser to show() |
