diff options
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(); |
