summaryrefslogtreecommitdiff
path: root/src/gui/setup.cpp
diff options
context:
space:
mode:
authorBjørn <bjorn@horst-dieter.(none)>2009-04-12 19:04:20 +0200
committerBjørn <bjorn@horst-dieter.(none)>2009-04-12 19:06:38 +0200
commit9f5b89189f00c959882f86067634a512e6970614 (patch)
tree8964803d49528d35585f1fb26f8f22e3c7353a52 /src/gui/setup.cpp
parenta6998fbdfaf84aa1920564d97e3421ed28c9a893 (diff)
downloadmana-client-9f5b89189f00c959882f86067634a512e6970614.tar.gz
mana-client-9f5b89189f00c959882f86067634a512e6970614.tar.bz2
mana-client-9f5b89189f00c959882f86067634a512e6970614.tar.xz
mana-client-9f5b89189f00c959882f86067634a512e6970614.zip
Moved client version string creation to preprocessor
Diffstat (limited to 'src/gui/setup.cpp')
-rw-r--r--src/gui/setup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp
index b2474ead..6e5e7809 100644
--- a/src/gui/setup.cpp
+++ b/src/gui/setup.cpp
@@ -104,7 +104,7 @@ Setup::Setup():
add(panel);
- Label *version = new Label(Main::version);
+ Label *version = new Label(FULL_VERSION);
version->setPosition(5, height - version->getHeight() - 5);
add(version);