From 7077fef33e648c266635bda2cf55fc6a6ed303db Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 2 Jan 2023 12:43:46 +0100 Subject: Debug and cleaning --- src/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MainWindow.cpp') diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 5305a28..f468723 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -18,7 +18,7 @@ MainWindow::MainWindow() : MainFrame(NULL, wxID_ANY, "OChess: The Open Chess software", wxDefaultPosition, wxSize(1500, 1000)), prefsEditor(nullptr) { - SetStatusText("OChess"); + SetStatusText("OChess v"+std::string(OCHESS_VERSION)); /// File menu menu_file->Append(1, "Settings", "Configure OChess"); -- cgit v1.2.3