compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3af4da323a
commit
53d90250ad
@ -263,7 +263,7 @@ LifeFrame::LifeFrame() :
|
||||
toolBar->AddSeparator();
|
||||
#endif // __POCKETPC__
|
||||
ADD_TOOL(ID_START, tbBitmaps[5], _("Start"), _("Start"));
|
||||
ADD_TOOL(wxID_STOP, tbBitmaps[6], wxSTOCK_NOFLAGS, _("Stop"));
|
||||
ADD_TOOL(wxID_STOP, tbBitmaps[6], _("Stop"), _("Stop"));
|
||||
|
||||
toolBar->Realize();
|
||||
toolBar->EnableTool(wxID_STOP, false); // must be after Realize() !
|
||||
|
Loading…
Reference in New Issue
Block a user