diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-27 17:02:21 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-27 17:02:21 +0100 |
| commit | 40a56b72feaad057499e43807b88c7c7463c2938 (patch) | |
| tree | e262edf786ce81b7e9d09f0c6ba3ed1daa2f40ca /src/game_tab/editor/EditorPanel.cpp | |
| parent | 0e18d4ac8718414fd6192cc2983b7cd44f5fd28a (diff) | |
Improve live engine dialog
Diffstat (limited to 'src/game_tab/editor/EditorPanel.cpp')
| -rw-r--r-- | src/game_tab/editor/EditorPanel.cpp | 2 |
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(); |
