From: Vadim Zeitlin Date: Wed, 4 Jul 2001 18:28:21 +0000 (+0000) Subject: added wxUSE_LOG_DIALOG X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dcb99cd3ac8ffe36ba2a7312abbf678bb4ad3e3d added wxUSE_LOG_DIALOG git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h.in b/setup.h.in index c2c766de60..1a904e5400 100644 --- a/setup.h.in +++ b/setup.h.in @@ -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 */