Fix method name in wxInfoBar interface.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2010-01-02 10:40:31 +00:00
parent b326934c03
commit 3d50d1632b

View File

@@ -107,7 +107,7 @@ public:
The id of the info bar window, usually unused as currently no The id of the info bar window, usually unused as currently no
events are generated by this class. events are generated by this class.
*/ */
wxInfoBar(wxWindow *parent, wxWindowID winid = wxID_ANY); bool Create(wxWindow *parent, wxWindowID winid = wxID_ANY);
/** /**
Add a button to be shown in the info bar. Add a button to be shown in the info bar.