]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/forty.cpp
Use pthread_setconcurrency() in wxThread::SetConcurrency().
[wxWidgets.git] / demos / forty / forty.cpp
index ef09eafd1ebed95b5d35e140ba043025cb6e7884..ef293297a8d918003cb7164d6c650f46865d4028 100644 (file)
@@ -177,7 +177,7 @@ FortyFrame::FortyFrame(wxFrame* frame, const wxString& title, const wxPoint& pos
 
     wxMenu* helpMenu = new wxMenu;
     helpMenu->Append(wxID_HELP_CONTENTS, wxT("&Help Contents"), wxT("Displays information about playing the game"));
-    helpMenu->Append(wxID_ABOUT, wxT("&About..."), wxT("About Forty Thieves"));
+    helpMenu->Append(wxID_ABOUT, wxT("&About"), wxT("About Forty Thieves"));
 
     m_menuBar = new wxMenuBar;
     m_menuBar->Append(gameMenu,    wxT("&Game"));