update minimum GTK2 version requirement to 2.6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1231,11 +1231,7 @@ const char *wxGetStockGtkID(wxWindowID id)
|
||||
case wx: \
|
||||
return gtk;
|
||||
|
||||
#if GTK_CHECK_VERSION(2,6,0)
|
||||
#define STOCKITEM_26(wx,gtk) STOCKITEM(wx,gtk)
|
||||
#else
|
||||
#define STOCKITEM_26(wx,gtk)
|
||||
#endif
|
||||
|
||||
#if GTK_CHECK_VERSION(2,8,0)
|
||||
#define STOCKITEM_28(wx,gtk) STOCKITEM(wx,gtk)
|
||||
|
Reference in New Issue
Block a user