mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
Merge pull request 'Fix copyright line on About page' (#360) from fix/about-copyright into hotfix/v9.0.3
This commit is contained in:
@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user