]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/life.cpp
move m_sizeSet out of wxWindow
[wxWidgets.git] / demos / life / life.cpp
index f9d00eac7984b55aa091548614c93cbada4b3ecc..f6295f59819934f931aee84e27c1de314eaba937 100644 (file)
@@ -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() !