]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xti/xti.cpp
forwarding mouse moved events to the view under the mouse, not the firstResponder
[wxWidgets.git] / samples / xti / xti.cpp
index 75e4a9a71bd55d13033b9d86898fd7ac396b29f5..2b61783ce4699cff08dbf99cab3bc8b0f4b2daab 100644 (file)
@@ -169,7 +169,7 @@ MyFrame::MyFrame(const wxString& title)
 
     // the "About" item should be in the help menu
     wxMenu *helpMenu = new wxMenu;
-    helpMenu->Append(Minimal_About, wxT("&About...\tF1"), wxT("Show about dialog"));
+    helpMenu->Append(Minimal_About, wxT("&About\tF1"), wxT("Show about dialog"));
 
     fileMenu->Append(Minimal_Persist, wxT("Persist a wxFrame to XML..."), 
                     wxT("Creates a wxFrame using wxXTI and saves its description as XML"));