From 2567f4222dda6d7bd1e7b2231e7d2b5e984baa69 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 28 Mar 2016 21:30:57 +0200 Subject: [PATCH] Don't characterize GTK+ 2.18 as being "recent" in the documentation 2009 was quite some a long time ago. See #17464. --- interface/wx/infobar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/infobar.h b/interface/wx/infobar.h index 394fed0e9e..f354793648 100644 --- a/interface/wx/infobar.h +++ b/interface/wx/infobar.h @@ -61,8 +61,8 @@ Currently this class is implemented generically (i.e. in the same platform-independent way for all ports) and also natively in wxGTK but the - native implementation requires a recent -- as of this writing -- GTK+ 2.18 - version. + native implementation requires GTK+ 2.18 version or later (this requirement + should be satisfied by any desktop systems currently in use). @library{wxcore} @category{miscwnd}