]> git.saurik.com Git - wxWidgets.git/commitdiff
fix LoadPanel() docs (closes #10467)
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 5 Feb 2009 18:54:49 +0000 (18:54 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 5 Feb 2009 18:54:49 +0000 (18:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/xrc/xmlres.h

index 849b932ea6562a43047295601602fee6dc6cd6d4..49f7e94c997ddb73bcb0a6ac433dd8f56c4f1af7 100644 (file)
@@ -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);
 
     /**
     */
     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);
         This form is used to finish creation of an already existing instance.
     */
     bool LoadPanel(wxPanel* panel, wxWindow* parent, const wxString& name);