diff --git a/src/mirall/theme.cpp b/src/mirall/theme.cpp index 713e07cec..8628508cb 100644 --- a/src/mirall/theme.cpp +++ b/src/mirall/theme.cpp @@ -212,7 +212,7 @@ QString Theme::about() const "

Distributed by %4 and licensed under the GNU General Public License (GPL) Version 2.0.
" "%5 and the %5 logo are registered trademarks of %4 in the
" "United States, other countries, or both.

") - .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); }