Skip to content

Commit 8f31b13

Browse files
committed
Merge pull request 'Fix copyright line on About page' (#360) from fix/about-copyright into hotfix/v9.0.3
2 parents 976d59f + c41be49 commit 8f31b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win-linux/src/prop/cmainwindowimpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void CMainWindowImpl::refreshAboutVersion()
6666
#else
6767
_json_obj["appname"] = WINDOW_NAME;
6868
#endif
69-
_json_obj["rights"] = "© " ABOUT_COPYRIGHT_STR;
69+
_json_obj["rights"] = ABOUT_COPYRIGHT_STR;
7070
_json_obj["link"] = URL_SITE;
7171
// _json_obj["changelog"] = "https://github.com/ONLYOFFICE/DesktopEditors/blob/master/CHANGELOG.md";
7272

0 commit comments

Comments
 (0)