aboutsummaryrefslogtreecommitdiff
path: root/src/MainWindow.cpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-12-26 22:05:42 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-12-26 22:05:42 +0100
commitdec8f79dbad950de23ff4a4bc2186262375ae767 (patch)
tree3b37350f0dee3a95c7e43f3af65659b80176f423 /src/MainWindow.cpp
parent04fe52806080e61a0037f859ab3b582e25b7dc00 (diff)
Debug chessarbiter
Diffstat (limited to 'src/MainWindow.cpp')
-rw-r--r--src/MainWindow.cpp6
1 files changed, 3 insertions, 3 deletions
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<Game>(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);*/
}