diff options
Diffstat (limited to 'FL/Fl_Native_File_Chooser_WIN32.H')
| -rw-r--r-- | FL/Fl_Native_File_Chooser_WIN32.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Native_File_Chooser_WIN32.H b/FL/Fl_Native_File_Chooser_WIN32.H index 00f64e235..505136e7e 100644 --- a/FL/Fl_Native_File_Chooser_WIN32.H +++ b/FL/Fl_Native_File_Chooser_WIN32.H @@ -52,6 +52,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 |
