summaryrefslogtreecommitdiffstats
path: root/src/common/restext.cpp
diff options
context:
space:
mode:
authorPiotr Dziwiński <piotrdz@gmail.com>2012-12-29 02:44:03 -0800
committerPiotr Dziwiński <piotrdz@gmail.com>2012-12-29 02:44:03 -0800
commite625665f023c64141e247b1056edf138f1a60c60 (patch)
treea8541622c85a8299813bb69ffca9a51b5c627701 /src/common/restext.cpp
parent89296b20bdf3c8f3eed45f7a5eeda3b1e207d2b7 (diff)
parente62996858b2ce2be322eae55f86b4b0ad7172a08 (diff)
downloadcolobot-e625665f023c64141e247b1056edf138f1a60c60.tar.gz
colobot-e625665f023c64141e247b1056edf138f1a60c60.tar.bz2
colobot-e625665f023c64141e247b1056edf138f1a60c60.zip
Merge pull request #108 from OdyX/dev-central-cmake-version
Create a central version
Diffstat (limited to 'src/common/restext.cpp')
-rw-r--r--src/common/restext.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/restext.cpp b/src/common/restext.cpp
index da06131..4c56ae5 100644
--- a/src/common/restext.cpp
+++ b/src/common/restext.cpp
@@ -17,6 +17,8 @@
#include "common/restext.h"
+#include "common/config.h"
+
#include "common/global.h"
#include "common/event.h"
#include "common/logger.h"
@@ -39,7 +41,7 @@ const char* stringsCbot[TX_MAX] = { nullptr };
void InitializeRestext()
{
- stringsText[RT_VERSION_ID] = "Colobot Gold";
+ stringsText[RT_VERSION_ID] = COLOBOT_FULLNAME;
stringsText[RT_DISINFO_TITLE] = "SatCom";
stringsText[RT_WINDOW_MAXIMIZED] = "Maximize";