From 1a0eb174c3335e0631b4c2cbd493c979c3ca2698 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 19 Nov 2007 09:12:08 +0000 Subject: [PATCH] Removed redundant mnemonic git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/helpdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/helpdlg.cpp b/src/html/helpdlg.cpp index ccd65dc032..0ce61cc49e 100644 --- a/src/html/helpdlg.cpp +++ b/src/html/helpdlg.cpp @@ -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