From 3b6fcbab6d32c953e2a8e4fc97bfb72f79380f79 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Sun, 23 Dec 2018 23:05:12 +0100 Subject: [PATCH] Update wxPGArrayEditorDialog docs --- interface/wx/propgrid/props.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/wx/propgrid/props.h b/interface/wx/propgrid/props.h index 3526433954..ad4c7bc009 100644 --- a/interface/wx/propgrid/props.h +++ b/interface/wx/propgrid/props.h @@ -728,6 +728,7 @@ public: void EnableCustomNewAction(); /** Sets tooltip text for button allowing the user to enter new string. + @since 3.1.3 */ void SetNewButtonText(const wxString& text);