From 6f65f436e501223859b9d31b823bc071c947994a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 11 Feb 2012 18:36:41 +0000 Subject: [PATCH] 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 --- interface/wx/choicebk.h | 2 +- interface/wx/toolbook.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/choicebk.h b/interface/wx/choicebk.h index fff9b1e17e..239fc4dfd8 100644 --- a/interface/wx/choicebk.h +++ b/interface/wx/choicebk.h @@ -63,7 +63,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, - const wxString& name = wxEmptyStr); + const wxString& name = wxEmptyString); //@} /** diff --git a/interface/wx/toolbook.h b/interface/wx/toolbook.h index 26281e3173..b2db21a8d6 100644 --- a/interface/wx/toolbook.h +++ b/interface/wx/toolbook.h @@ -58,7 +58,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, - const wxString& name = wxEmptyStr); + const wxString& name = wxEmptyString); //@} /** -- 2.45.2