]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed #if wxUSE_NEW_GRID to #if wxUSE_GRID (there is no more new grid)
authorDavid Elliott <dfe@tgwbd.org>
Wed, 26 Mar 2003 18:09:28 +0000 (18:09 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Wed, 26 Mar 2003 18:09:28 +0000 (18:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/gridsel.h

index 76747894a3eaf0901b423b8ac2bbf16bc14acf11..906fb1199640e474003c0d4f26d8c6e932f9c483 100644 (file)
@@ -11,7 +11,7 @@
 
 #include "wx/defs.h"
 
-#if wxUSE_NEW_GRID
+#if wxUSE_GRID
 
 #ifndef __WXGRIDSEL_H__
 #define __WXGRIDSEL_H__