aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/editor/EditorPanelBF.cpp
diff options
context:
space:
mode:
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 );