]> git.saurik.com Git - wxWidgets.git/commitdiff
added wxUSE_LOG_DIALOG
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Jul 2001 18:28:21 +0000 (18:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Jul 2001 18:28:21 +0000 (18:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in

index c2c766de60e091b6c975aadb9bcfe2f79d514c65..1a904e54002ada0d079e3a903b2fad8b6066c0e9 100644 (file)
  * Use standard GUI logger
  */
 #define wxUSE_LOGGUI 0
+/*
+ * Use old log dialog instead of new wxLogGui
+ */
+#define wxUSE_LOG_DIALOG 1
 /*
  * Use wxStopWatch
  */