]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed redundant mnemonic
authorJulian Smart <julian@anthemion.co.uk>
Mon, 19 Nov 2007 09:12:47 +0000 (09:12 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 19 Nov 2007 09:12:47 +0000 (09:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/helpdlg.cpp

index eab22d264d587453bc7c231f2c51312090969519..31bfa9352b6581e09274508f9222db4517401721 100644 (file)
@@ -88,7 +88,7 @@ bool wxHtmlHelpDialog::Create(wxWindow* parent, wxWindowID id,
 
     item4->Add(5, 5, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5);
 
-    wxButton* item6 = new wxButton(item1, wxID_OK, _("&Close"), wxDefaultPosition, wxDefaultSize, 0);
+    wxButton* item6 = new wxButton(item1, wxID_OK, _("Close"), wxDefaultPosition, wxDefaultSize, 0);
     item4->Add(item6, 0, wxALIGN_CENTER_VERTICAL|wxALL, 10);
 #ifdef __WXMAC__
     // Add some space for the resize handle