Add wxUSE_PREFERENCES_EDITOR and the corresponding configure option.

This was somehow forgotten when wxPreferencesEditor was added.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2013-07-15 15:14:59 +00:00
parent ccf8bf20ca
commit a94529575a
17 changed files with 189 additions and 2 deletions

View File

@@ -414,6 +414,8 @@ typedef pid_t GPid;
#define wxUSE_POPUPWIN 1
#endif
#define wxUSE_PREFERENCES_EDITOR 1
#define wxUSE_TIPWINDOW 1
#define wxUSE_STC 1