From f329c5f20434a07cc6c64c90d221181c27207a9c Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 26 Feb 2022 18:46:06 +0100 Subject: Improve engine support --- src/engine_tab/EngineTabBF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine_tab/EngineTabBF.cpp') diff --git a/src/engine_tab/EngineTabBF.cpp b/src/engine_tab/EngineTabBF.cpp index e8cb184..0e33939 100644 --- a/src/engine_tab/EngineTabBF.cpp +++ b/src/engine_tab/EngineTabBF.cpp @@ -50,7 +50,7 @@ EngineTabBF::EngineTabBF( wxWindow* parent, wxWindowID id, const wxPoint& pos, c engine_parameters = new wxPropertyGrid(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxPG_DEFAULT_STYLE|wxPG_SPLITTER_AUTO_CENTER); main_sizer->Add( engine_parameters, 1, wxALL|wxEXPAND, 5 ); - save_button = new wxButton( this, wxID_ANY, wxT("Save"), wxDefaultPosition, wxDefaultSize, 0 ); + save_button = new wxButton( this, ENGINE_SAVE_CONF_BUTTON, wxT("Save"), wxDefaultPosition, wxDefaultSize, 0 ); main_sizer->Add( save_button, 0, wxALL|wxEXPAND, 5 ); -- cgit v1.2.3