summaryrefslogtreecommitdiffstats
path: root/src/pvsmgrtouch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pvsmgrtouch.cpp')
-rw-r--r--src/pvsmgrtouch.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pvsmgrtouch.cpp b/src/pvsmgrtouch.cpp
index d14ea56..4a1a97d 100644
--- a/src/pvsmgrtouch.cpp
+++ b/src/pvsmgrtouch.cpp
@@ -18,6 +18,7 @@
#include <QtGui/QDesktopServices>
#include "util/consoleLogger.h"
#include "util/CertManager.h"
+#include "src/input/i18n.h"
QApplication *qtApp;
@@ -34,6 +35,8 @@ int main(int argc, char** argv)
translator.load(":pvsmgr");
qtApp->installTranslator(&translator);*/
+ USE_PVSINPUT_TRANSLATIONS;
+
ConsoleLog setLogName(QString("log.server"));
ConsoleLog writeLine(QString("PVS-Server started."));