Wrong #ifdef for GTK 1.2

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2002-03-29 13:52:42 +00:00
parent 67d7821742
commit eb9e6a00be
2 changed files with 2 additions and 2 deletions

View File

@ -2721,7 +2721,7 @@ void wxWindowGTK::DoSetSize( int x, int y, int width, int height, int sizeFlags
int border = 0;
int bottom_border = 0;
#ifndef __WXGTK__
#ifndef __WXGTK20__
if (GTK_WIDGET_CAN_DEFAULT(m_widget))
{
/* the default button has a border around it */

View File

@ -2721,7 +2721,7 @@ void wxWindowGTK::DoSetSize( int x, int y, int width, int height, int sizeFlags
int border = 0;
int bottom_border = 0;
#ifndef __WXGTK__
#ifndef __WXGTK20__
if (GTK_WIDGET_CAN_DEFAULT(m_widget))
{
/* the default button has a border around it */