diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-26 08:26:02 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-26 08:26:02 +0100 |
| commit | 2bd85f53bcaeb12090b9ac2d4cf7c781b280e678 (patch) | |
| tree | 416234d71a3823e0243115c0f82bbfae4c051dd6 /src/MainWindow.cpp | |
| parent | 54cb4dc6c630bfc8bd9e48a0020e4d6abb352b29 (diff) | |
Game list can now be sorted
Diffstat (limited to 'src/MainWindow.cpp')
| -rw-r--r-- | src/MainWindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 7e50150..5ac3d0a 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -59,8 +59,8 @@ MainWindow::MainWindow() NewGame(std::shared_ptr<Game>(new Game())); // Temporary TO REMOVE JUST FOR TESTS: - //BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/Downloads/PGN.pgn"); - //this->AddPage(bt,bt); + BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/pgn/twic1467.pgn"); + this->AddPage(bt,bt); } void MainWindow::AddPage(wxWindow* window, TabInfos* infos){ |
