X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4f4d3dd610a29a7be3c7a5f165520438d0328bb..12bb29f5432174ecbd65549bda832d70d34a98ae:/src/html/helpdlg.cpp?ds=inline diff --git a/src/html/helpdlg.cpp b/src/html/helpdlg.cpp index eab22d264d..3dd8bf659e 100644 --- a/src/html/helpdlg.cpp +++ b/src/html/helpdlg.cpp @@ -6,7 +6,7 @@ // Author: Harm van der Heijden, Vaclav Slavik and Julian Smart // RCS-ID: $Id$ // Copyright: (c) Harm van der Heijden, Vaclav Slavik and Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx.h" @@ -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