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:
@@ -310,7 +310,7 @@ void wxGenericAboutBox(const wxAboutDialogInfo& info, wxWindow* parent)
|
||||
// currently wxAboutBox is implemented natively only under these platforms, for
|
||||
// the others we provide a generic fallback here
|
||||
#if !defined(__WXMSW__) && !defined(__WXMAC__) && \
|
||||
(!defined(__WXGTK26__) || defined(__WXUNIVERSAL__))
|
||||
(!defined(__WXGTK20__) || defined(__WXUNIVERSAL__))
|
||||
|
||||
void wxAboutBox(const wxAboutDialogInfo& info, wxWindow* parent)
|
||||
{
|
||||
|
Reference in New Issue
Block a user