From 40a56b72feaad057499e43807b88c7c7463c2938 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 27 Feb 2022 17:02:21 +0100 Subject: Improve live engine dialog --- src/game_tab/editor/EditorPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game_tab/editor/EditorPanel.cpp') diff --git a/src/game_tab/editor/EditorPanel.cpp b/src/game_tab/editor/EditorPanel.cpp index 31fd33c..846c0d7 100644 --- a/src/game_tab/editor/EditorPanel.cpp +++ b/src/game_tab/editor/EditorPanel.cpp @@ -17,7 +17,7 @@ EditorPanel::EditorPanel(wxFrame *parent, Game *game) tagTextCtrl->SetHint("Tag"); valueTextCtrl->SetHint("Value"); - LiveEngineDialog *diag=new LiveEngineDialog(this); + LiveEngineDialog *diag=new LiveEngineDialog(this, "stockfish"); diag->Show(); RefreshTagsList(); -- cgit v1.2.3