From e64cadcb8b6bed94e76e855dcb9a59bcbef28d26 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Thu, 5 Feb 2009 18:54:49 +0000 Subject: [PATCH] fix LoadPanel() docs (closes #10467) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/xrc/xmlres.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/xrc/xmlres.h b/interface/wx/xrc/xmlres.h index 849b932ea6..49f7e94c99 100644 --- a/interface/wx/xrc/xmlres.h +++ b/interface/wx/xrc/xmlres.h @@ -246,12 +246,12 @@ public: //@} /** - Loads a panel. @a panel points to parent window (if any). + Loads a panel. @a parent points to the parent window. */ wxPanel* LoadPanel(wxWindow* parent, const wxString& name); /** - Loads a panel. @a panel points to parent window (if any). + Loads a panel. @a parent points to the parent window. This form is used to finish creation of an already existing instance. */ bool LoadPanel(wxPanel* panel, wxWindow* parent, const wxString& name); -- 2.45.2