Merge pull request 'Fix bug 55007' (#224) from fix/bug-55007 into release/v9.0.0

This commit is contained in:
Maxim Kadushkin
2025-04-04 07:48:31 +00:00

View File

@ -9,7 +9,7 @@
#define sAppPublisher "Ascensio System SIA"
#define sAppPublisherURL "https://www.onlyoffice.com/"
#define sAppSupportURL "https://www.onlyoffice.com/support.aspx"
#define sAppCopyright str("Copyright (C) " + GetDateTimeString("yyyy",,) + " " + sAppPublisher)
#define sAppCopyright str("Copyright (C) " + sAppPublisher + " " + GetDateTimeString("yyyy",,) + ". All rights reserved")
#define sAppIconName "ONLYOFFICE"
#define sOldAppIconName "ONLYOFFICE Editors"
#define sAppProtocol 'oo-office'