From 175ce5e10859e2831b0e49a4bf768a9217305d8f Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 27 Feb 2022 19:55:30 +0100 Subject: Debug live engine dialog --- src/game_tab/editor/EditorPanelBF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game_tab/editor/EditorPanelBF.cpp') 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 ); -- cgit v1.2.3