create a wxsmith project->start wizard->create mainframe.cpp:
MainFrame::MainFrame(wxWindow* parent,wxWindowID id)
{
...
SetMenuBar(new wxStatusBar(this,-1)); //here,,SetStatusBar
}
Surely a bug :oops:
Should be updated soon :D
was already posted, but somehow overlooked ...
Bug fixed at rev 2364 :)