aboutsummaryrefslogtreecommitdiff
path: root/src/engine_tab/EngineTabBF.cpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-26 18:46:06 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-26 18:46:06 +0100
commitf329c5f20434a07cc6c64c90d221181c27207a9c (patch)
tree63614bf7082b37728d873319d76bf000f389d1b1 /src/engine_tab/EngineTabBF.cpp
parent65e9049351130ff54b305dd8c82c969456a0797b (diff)
Improve engine support
Diffstat (limited to 'src/engine_tab/EngineTabBF.cpp')
-rw-r--r--src/engine_tab/EngineTabBF.cpp2
1 files changed, 1 insertions, 1 deletions
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 );