Fixed typos in comments (patch #1515724)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -458,7 +458,7 @@ wxToolBar* wxFrameBase::CreateToolBar(long style,
|
||||
wxWindowID id,
|
||||
const wxString& name)
|
||||
{
|
||||
// the main toolbar can't be recreated (unless it was explicitly deeleted
|
||||
// the main toolbar can't be recreated (unless it was explicitly deleted
|
||||
// before)
|
||||
wxCHECK_MSG( !m_frameToolBar, (wxToolBar *)NULL,
|
||||
wxT("recreating toolbar in wxFrame") );
|
||||
|
||||
Reference in New Issue
Block a user