summaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/app')
-rw-r--r--src/app/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 45871b7..e621065 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -74,6 +74,8 @@ int main(int argc, char *argv[])
{
CLogger logger; // Create the logger
+ InitializeRestext(); // Initialize translation strings
+
logger.Info("Colobot starting\n");
CApplication app; // single instance of the application