]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/thread/thread.cpp
Fix testing for existence of paths with trailing separators in wxMSW.
[wxWidgets.git] / samples / thread / thread.cpp
index 1e5c3ee9fb7317a41ee866d709d6ffc7c1c74c62..a8529189ed49b7fff3c602d8ed86606dcde7917e 100644 (file)
@@ -378,7 +378,7 @@ MyFrame::MyFrame(const wxString& title)
     wxMenu *menuHelp = new wxMenu;
     menuHelp->Append(THREAD_SHOWCPUS, wxT("&Show CPU count"));
     menuHelp->AppendSeparator();
-    menuHelp->Append(THREAD_ABOUT, wxT("&About..."));
+    menuHelp->Append(THREAD_ABOUT, wxT("&About"));
     menuBar->Append(menuHelp, wxT("&Help"));
 
     SetMenuBar(menuBar);