X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6ce2b9f11fca76969fcdabbdaa8141b2ff80e16a..93c609c7373cc29da60a05926c6ba3a19e1cabb5:/src/generic/aboutdlgg.cpp?ds=inline diff --git a/src/generic/aboutdlgg.cpp b/src/generic/aboutdlgg.cpp index d3d329c97f..86c6da123a 100644 --- a/src/generic/aboutdlgg.cpp +++ b/src/generic/aboutdlgg.cpp @@ -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) {