diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-27 15:58:16 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-27 15:58:16 +0100 |
| commit | c97e151e1be7123d9d15e9ffcff1c46cecbb543a (patch) | |
| tree | a160099d4b1e7f66b22a19d35c0d1a997aca86bb /src/MainWindow.cpp | |
| parent | f40fd3e7a4c5fd36c977ad5343de4fe7859cbbbe (diff) | |
Improve game import
Diffstat (limited to 'src/MainWindow.cpp')
| -rw-r--r-- | src/MainWindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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<Game>(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){ |
