diff options
Diffstat (limited to 'FL/Fl_Native_File_Chooser_MAC.H')
| -rw-r--r-- | FL/Fl_Native_File_Chooser_MAC.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Native_File_Chooser_MAC.H b/FL/Fl_Native_File_Chooser_MAC.H index 0a980e182..b34dcf118 100644 --- a/FL/Fl_Native_File_Chooser_MAC.H +++ b/FL/Fl_Native_File_Chooser_MAC.H @@ -49,6 +49,7 @@ public: NEW_FOLDER = 0x0002, // Show 'New Folder' icon (if supported) PREVIEW = 0x0004 // enable preview mode }; + static const char *file_exists_message; private: int _btype; // kind-of browser to show() int _options; // general options |
