summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 190a8f4b..0f6d7048 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -446,7 +446,7 @@ static void preloadSsl()
static QString getVersionDisplayString()
{
- return createVersionInfo().displayString();
+ return createVersionInfo().displayString(3);
}
int runApplication(MOApplication &application, SingleInstance &instance,