aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/editor/EditorPanel.cpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-27 17:02:21 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-27 17:02:21 +0100
commit40a56b72feaad057499e43807b88c7c7463c2938 (patch)
treee262edf786ce81b7e9d09f0c6ba3ed1daa2f40ca /src/game_tab/editor/EditorPanel.cpp
parent0e18d4ac8718414fd6192cc2983b7cd44f5fd28a (diff)
Improve live engine dialog
Diffstat (limited to 'src/game_tab/editor/EditorPanel.cpp')
-rw-r--r--src/game_tab/editor/EditorPanel.cpp2
1 files changed, 1 insertions, 1 deletions
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();