]> git.saurik.com Git - wxWidgets.git/commitdiff
define wxUSE_GADGETS as 0 as it's not defined in configure and results in warnings...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 25 Sep 2007 16:56:06 +0000 (16:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 25 Sep 2007 16:56:06 +0000 (16:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/motif/chkconf.h

index 4238e36874f62b763b1723a156dd50d6e47d4f2b..aebce7c088f0b8a6de614da286b852ed82c16b94 100644 (file)
@@ -16,3 +16,6 @@
 #   define wxUSE_TAB_DIALOG 1
 #endif
 
+#if !defined(wxUSE_GADGETS)
+#   define wxUSE_GADGETS 0
+#endif