changeset 204:fd115ca75ce8

Do not use tr() for APP_VERSION.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 15 Nov 2017 22:21:54 +0200
parents 5c3e3967bdf3
children 46b6fb3a33a4
files src/main.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.cpp	Wed Nov 15 11:08:48 2017 +0200
+++ b/src/main.cpp	Wed Nov 15 22:21:54 2017 +0200
@@ -376,7 +376,7 @@
     setWindowIcon(QIcon(QPixmap(":/icon")));
     setWindowTitle(tr("%1 versio %3").
         arg(tr(APP_NAME)).
-        arg(tr(APP_VERSION)));
+        arg(APP_VERSION));
 
     // Setup large logo in the main window
     QPixmap logoImage(":/logo");