From 044c301d644022033e9863aa2ca13f4f905bb7fd Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sat, 18 Mar 2023 23:32:29 +0000 Subject: [PATCH] Remove accelerator keys from schematic find/replace dialog. Fixes https://gitlab.com/kicad/code/kicad/issues/14304 (cherry picked from commit afe813cae54fc70c807ad3f12d08792304379a08) --- eeschema/dialogs/dialog_schematic_find_base.cpp | 6 +++--- eeschema/dialogs/dialog_schematic_find_base.fbp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eeschema/dialogs/dialog_schematic_find_base.cpp b/eeschema/dialogs/dialog_schematic_find_base.cpp index d056772a83..ce1ddfba34 100644 --- a/eeschema/dialogs/dialog_schematic_find_base.cpp +++ b/eeschema/dialogs/dialog_schematic_find_base.cpp @@ -112,17 +112,17 @@ DIALOG_SCH_FIND_BASE::DIALOG_SCH_FIND_BASE( wxWindow* parent, wxWindowID id, con wxBoxSizer* rightSizer; rightSizer = new wxBoxSizer( wxVERTICAL ); - m_buttonFind = new wxButton( this, wxID_FIND, _("&Find"), wxDefaultPosition, wxDefaultSize, 0 ); + m_buttonFind = new wxButton( this, wxID_FIND, _("Find"), wxDefaultPosition, wxDefaultSize, 0 ); m_buttonFind->SetDefault(); rightSizer->Add( m_buttonFind, 0, wxALL|wxEXPAND, 6 ); - m_buttonReplace = new wxButton( this, wxID_REPLACE, _("&Replace"), wxDefaultPosition, wxDefaultSize, 0 ); + m_buttonReplace = new wxButton( this, wxID_REPLACE, _("Replace"), wxDefaultPosition, wxDefaultSize, 0 ); m_buttonReplace->Hide(); rightSizer->Add( m_buttonReplace, 0, wxBOTTOM|wxEXPAND|wxLEFT|wxRIGHT, 6 ); - m_buttonReplaceAll = new wxButton( this, wxID_REPLACE_ALL, _("Replace &All"), wxDefaultPosition, wxDefaultSize, 0 ); + m_buttonReplaceAll = new wxButton( this, wxID_REPLACE_ALL, _("Replace All"), wxDefaultPosition, wxDefaultSize, 0 ); m_buttonReplaceAll->Hide(); rightSizer->Add( m_buttonReplaceAll, 0, wxBOTTOM|wxEXPAND|wxLEFT|wxRIGHT, 6 ); diff --git a/eeschema/dialogs/dialog_schematic_find_base.fbp b/eeschema/dialogs/dialog_schematic_find_base.fbp index 5f3dec880c..3f0c4692b7 100644 --- a/eeschema/dialogs/dialog_schematic_find_base.fbp +++ b/eeschema/dialogs/dialog_schematic_find_base.fbp @@ -1100,7 +1100,7 @@ 0 0 wxID_FIND - &Find + Find 0 @@ -1174,7 +1174,7 @@ 0 1 wxID_REPLACE - &Replace + Replace 0 @@ -1249,7 +1249,7 @@ 0 1 wxID_REPLACE_ALL - Replace &All + Replace All 0