Merge pull request 'Fix copyright line on About page' (#360) from fix/about-copyright into hotfix/v9.0.3

This commit is contained in:
Maxim Kadushkin
2025-07-02 14:02:35 +00:00

View File

@ -66,7 +66,7 @@ void CMainWindowImpl::refreshAboutVersion()
#else
_json_obj["appname"] = WINDOW_NAME;
#endif
_json_obj["rights"] = "© " ABOUT_COPYRIGHT_STR;
_json_obj["rights"] = ABOUT_COPYRIGHT_STR;
_json_obj["link"] = URL_SITE;
// _json_obj["changelog"] = "https://github.com/ONLYOFFICE/DesktopEditors/blob/master/CHANGELOG.md";