From: David Elliott Date: Wed, 26 Mar 2003 18:09:28 +0000 (+0000) Subject: Changed #if wxUSE_NEW_GRID to #if wxUSE_GRID (there is no more new grid) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c176a11a0e38858b1c453425c1aeac42568987e0 Changed #if wxUSE_NEW_GRID to #if wxUSE_GRID (there is no more new grid) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/gridsel.h b/include/wx/generic/gridsel.h index 76747894a3..906fb11996 100644 --- a/include/wx/generic/gridsel.h +++ b/include/wx/generic/gridsel.h @@ -11,7 +11,7 @@ #include "wx/defs.h" -#if wxUSE_NEW_GRID +#if wxUSE_GRID #ifndef __WXGRIDSEL_H__ #define __WXGRIDSEL_H__