diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-01-30 22:16:38 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-01-30 22:16:38 -0600 |
| commit | 0cac03cdf6cbfb7634a5f3875814b4c1aabe8714 (patch) | |
| tree | 6a08dbaab52d44a27e9d85954a016c528feaca71 /src/main.cpp | |
| parent | 46e2eac1ca65771bcb3bdec3a55038cd3a71e71c (diff) | |
Always display at least 3 segments of version info for MO itself
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
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,
|
