]> git.saurik.com Git - wxWidgets.git/commitdiff
proper default for iphone
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 24 Aug 2013 19:20:03 +0000 (19:20 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 24 Aug 2013 19:20:03 +0000 (19:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/setup0.h

index e720df6eae38950271425ee374a810f999f6f537..cbcd58af13cbbc40204839a60f7d3c2b48efef72 100644 (file)
 // Default is 1.
 //
 // Recommended setting: 1 (but can be safely disabled if you don't use it)
+#ifdef __WXOSX_IPHONE__
+#define wxUSE_PREFERENCES_EDITOR 0
+#else
 #define wxUSE_PREFERENCES_EDITOR 1
+#endif
 
 // wxRichToolTip is a customizable tooltip class which has more functionality
 // than the stock (but native, unlike this class) wxToolTip.