]> git.saurik.com Git - wxWidgets.git/commitdiff
uses native implementation for mac
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 24 Apr 2002 19:53:23 +0000 (19:53 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 24 Apr 2002 19:53:23 +0000 (19:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/colordlg.h

index 54a8fdc5153039a8c313506e030caa85085cd871..8b8ce1d2922bf0257f67a60ae4335a33f5bd300b 100644 (file)
@@ -16,6 +16,8 @@
 
 #if defined(__WXMSW__)
     #include "wx/msw/colordlg.h"
+#elif defined(__WXMAC__)
+    #include "wx/mac/colordlg.h"
 #else
     #include "wx/generic/colrdlgg.h"