mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
Merge pull request 'Fix bug 55007' (#224) from fix/bug-55007 into release/v9.0.0
This commit is contained in:
@ -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'
|
||||
|
||||
Reference in New Issue
Block a user