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 */