From c97e151e1be7123d9d15e9ffcff1c46cecbb543a Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 27 Dec 2022 15:58:16 +0100 Subject: Improve game import --- src/MainWindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/MainWindow.cpp') diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 4c73fed..d0b8ced 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -60,11 +60,11 @@ MainWindow::MainWindow() NewGame(std::shared_ptr(new Game())); // Temporary TO REMOVE JUST FOR TESTS: - /*BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/jean.pgn"); + BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/pgn/Milov.pgn"); this->AddPage(bt,bt); - bt = new BaseTab((wxFrame *)notebook, "/home/loic/pgn/Milov.pgn"); - this->AddPage(bt,bt);*/ + bt = new BaseTab((wxFrame *)notebook, "/home/loic/jean.pgn"); + this->AddPage(bt,bt); } void MainWindow::AddPage(wxWindow* window, TabInfos* infos){ -- cgit v1.2.3