added wxUSE_LOG_DIALOG

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-04 18:28:21 +00:00
parent 8ca01ec651
commit dcb99cd3ac

View File

@@ -494,6 +494,10 @@
* Use standard GUI logger
*/
#define wxUSE_LOGGUI 0
/*
* Use old log dialog instead of new wxLogGui
*/
#define wxUSE_LOG_DIALOG 1
/*
* Use wxStopWatch
*/