git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40065
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// NB: these styles must be defined to carefully-chosen values to
// avoid conflicts with wxButton's styles
// NB: these styles must be defined to carefully-chosen values to
// avoid conflicts with wxButton's styles
-#define wxFLP_OPEN 0x0200
-#define wxFLP_SAVE 0x0400
-#define wxFLP_OVERWRITE_PROMPT 0x0800
-#define wxFLP_FILE_MUST_EXIST 0x1000
-#define wxFLP_CHANGE_DIR 0x2000
+#define wxFLP_OPEN 0x0400
+#define wxFLP_SAVE 0x0800
+#define wxFLP_OVERWRITE_PROMPT 0x1000
+#define wxFLP_FILE_MUST_EXIST 0x2000
+#define wxFLP_CHANGE_DIR 0x4000
// NOTE: wxMULTIPLE is not supported !
// NOTE: wxMULTIPLE is not supported !