From dec8f79dbad950de23ff4a4bc2186262375ae767 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 26 Dec 2022 22:05:42 +0100 Subject: Debug chessarbiter --- 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 6e5850b..4c73fed 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -60,9 +60,9 @@ MainWindow::MainWindow() NewGame(std::shared_ptr(new Game())); // Temporary TO REMOVE JUST FOR TESTS: - //BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/jean.pgn"); - //this->AddPage(bt,bt); -/* + /*BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/jean.pgn"); + this->AddPage(bt,bt); + bt = new BaseTab((wxFrame *)notebook, "/home/loic/pgn/Milov.pgn"); this->AddPage(bt,bt);*/ } -- cgit v1.2.3