From a7a59a263d8221a1b2e0b15cc01f7b95dd66dc55 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 7 Nov 2017 17:46:25 +0100 Subject: [PATCH] Update the version when private font support was added It will be 3.1.1 and not 2.9.5 as originally planned. --- interface/wx/font.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/font.h b/interface/wx/font.h index 392849b2d3..7bc5c14cec 100644 --- a/interface/wx/font.h +++ b/interface/wx/font.h @@ -689,7 +689,7 @@ public: @return @true if the font was added and ActivatePrivatefonts() should be called next or @false if adding it failed. - @since 2.9.5 + @since 3.1.1 */ static bool AddPrivateFont(const wxString& filename); @@ -698,7 +698,7 @@ public: @return @true if the private fonts can now be used or @false on error. - @since 2.9.5 + @since 3.1.1 */ static bool ActivatePrivatefonts();