mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Theme: Show the stringified app version rather than the major version.
This was a regression, we changed that by accident in 1.6.0.
This commit is contained in:
parent
04f1026cd8
commit
760ecd71fc
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ QString Theme::about() const
|
||||||
"<p>Distributed by %4 and licensed under the GNU General Public License (GPL) Version 2.0.<br>"
|
"<p>Distributed by %4 and licensed under the GNU General Public License (GPL) Version 2.0.<br>"
|
||||||
"%5 and the %5 logo are registered trademarks of %4 in the<br>"
|
"%5 and the %5 logo are registered trademarks of %4 in the<br>"
|
||||||
"United States, other countries, or both.</p>")
|
"United States, other countries, or both.</p>")
|
||||||
.arg(MIRALL_VERSION_MAJOR).arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN))
|
.arg(MIRALL_VERSION_STRING).arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN))
|
||||||
.arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN)).arg(APPLICATION_VENDOR).arg(APPLICATION_NAME);
|
.arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN)).arg(APPLICATION_VENDOR).arg(APPLICATION_NAME);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue