]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed conflict between wxFilePicker and wxButton.
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 11 Jul 2006 07:53:25 +0000 (07:53 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 11 Jul 2006 07:53:25 +0000 (07:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/filepicker.h

index fb0f10f6d82c4d897e6f5c71b938260deb39517d..8ca38a6c17078fa328ac8f28f4072f582bbeee97 100644 (file)
@@ -57,11 +57,11 @@ protected:
 // 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 !