aboutsummaryrefslogtreecommitdiff
path: root/src/MainWindow.cpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-02 12:43:46 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-02 12:43:46 +0100
commit7077fef33e648c266635bda2cf55fc6a6ed303db (patch)
treef4b63bc7b458fb2dad77c832cbf17c38b0aa3286 /src/MainWindow.cpp
parente40f98ccda04da3bb9811b354b770fb8c6b563e5 (diff)
Debug and cleaning
Diffstat (limited to 'src/MainWindow.cpp')
-rw-r--r--src/MainWindow.cpp2
1 files changed, 1 insertions, 1 deletions
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");