Shorten version string to fit
This commit is contained in:
parent
6341144e7f
commit
bbc19fcb44
1 changed files with 1 additions and 1 deletions
|
|
@ -146,6 +146,6 @@ QString currentVersionText() {
|
||||||
} else if (AppBetaVersion) {
|
} else if (AppBetaVersion) {
|
||||||
result += " beta";
|
result += " beta";
|
||||||
}
|
}
|
||||||
result += qsl(" (TDesktop %1)").arg(AppVersionStr);
|
result += qsl(" (TD %1)").arg(AppVersionStr);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue