From dcb99cd3ac8ffe36ba2a7312abbf678bb4ad3e3d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 4 Jul 2001 18:28:21 +0000 Subject: [PATCH] added wxUSE_LOG_DIALOG git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.45.2