We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 976d59f + c41be49 commit 8f31b13Copy full SHA for 8f31b13
win-linux/src/prop/cmainwindowimpl.cpp
@@ -66,7 +66,7 @@ void CMainWindowImpl::refreshAboutVersion()
66
#else
67
_json_obj["appname"] = WINDOW_NAME;
68
#endif
69
- _json_obj["rights"] = "© " ABOUT_COPYRIGHT_STR;
+ _json_obj["rights"] = ABOUT_COPYRIGHT_STR;
70
_json_obj["link"] = URL_SITE;
71
// _json_obj["changelog"] = "https://github.com/ONLYOFFICE/DesktopEditors/blob/master/CHANGELOG.md";
72
0 commit comments