From bfa4dd01d7895b95bceb36c3555b36cd848c7850 Mon Sep 17 00:00:00 2001 From: catalinr Date: Wed, 3 Feb 2021 12:20:07 +0200 Subject: [PATCH] Link wxNewId() with wxRegisterId() in the docs --- interface/wx/utils.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/wx/utils.h b/interface/wx/utils.h index 1d17b6986e..104eaccae9 100644 --- a/interface/wx/utils.h +++ b/interface/wx/utils.h @@ -482,6 +482,8 @@ int wxFindMenuItemId(wxFrame* frame, const wxString& menuString, Generates an integer identifier unique to this run of the program. + @see wxRegisterId() + @header{wx/utils.h} */ wxWindowID wxNewId();