aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/editor/EditorPanelBF.cpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-27 19:55:30 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-27 19:55:30 +0100
commit175ce5e10859e2831b0e49a4bf768a9217305d8f (patch)
tree3c40c98231bc17be17366b67f8407427c9c5e01c /src/game_tab/editor/EditorPanelBF.cpp
parent3cdb25e54654adcf007c2132fb20114f56c4ae4d (diff)
Debug live engine dialog
Diffstat (limited to 'src/game_tab/editor/EditorPanelBF.cpp')
-rw-r--r--src/game_tab/editor/EditorPanelBF.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game_tab/editor/EditorPanelBF.cpp b/src/game_tab/editor/EditorPanelBF.cpp
index 8aac38e..8928806 100644
--- a/src/game_tab/editor/EditorPanelBF.cpp
+++ b/src/game_tab/editor/EditorPanelBF.cpp
@@ -88,7 +88,7 @@ EditorPanelBF::EditorPanelBF( wxWindow* parent, wxWindowID id, const wxPoint& po
analyze_game_button = new wxButton( engine_page, wxID_ANY, wxT("Analyze game"), wxDefaultPosition, wxDefaultSize, 0 );
engine_page_sizer->Add( analyze_game_button, 0, wxALL|wxEXPAND, 5 );
- live_analysis_button = new wxButton( engine_page, wxID_ANY, wxT("Live analysis"), wxDefaultPosition, wxDefaultSize, 0 );
+ live_analysis_button = new wxButton( engine_page, LIVE_ANALYSIS_GAME_BUTTON, wxT("Live analysis"), wxDefaultPosition, wxDefaultSize, 0 );
engine_page_sizer->Add( live_analysis_button, 0, wxALL|wxEXPAND, 5 );