Fix "wxEmptyStr" typo in wxChoicebook and wxToolbook documentation.

It should be "wxEmptyString".

Closes #13955.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-02-11 18:36:41 +00:00
parent 1442168125
commit 6f65f436e5
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ public:
const wxPoint& pos = wxDefaultPosition, const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize, const wxSize& size = wxDefaultSize,
long style = 0, long style = 0,
const wxString& name = wxEmptyStr); const wxString& name = wxEmptyString);
//@} //@}
/** /**

View File

@@ -58,7 +58,7 @@ public:
const wxPoint& pos = wxDefaultPosition, const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize, const wxSize& size = wxDefaultSize,
long style = 0, long style = 0,
const wxString& name = wxEmptyStr); const wxString& name = wxEmptyString);
//@} //@}
/** /**