proper default for iphone

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2013-08-24 19:20:03 +00:00
parent 4e4aacdf12
commit d73efa0b9c

View File

@@ -1106,7 +1106,11 @@
// Default is 1. // Default is 1.
// //
// Recommended setting: 1 (but can be safely disabled if you don't use it) // 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 #define wxUSE_PREFERENCES_EDITOR 1
#endif
// wxRichToolTip is a customizable tooltip class which has more functionality // wxRichToolTip is a customizable tooltip class which has more functionality
// than the stock (but native, unlike this class) wxToolTip. // than the stock (but native, unlike this class) wxToolTip.