mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
[win] fix bug 55007
This commit is contained in:
@ -68,7 +68,7 @@
|
||||
#define VER_FILEDESCRIPTION_STR "ONLYOFFICE Editors\0"
|
||||
#define VER_PRODUCTNAME_STR "ONLYOFFICE Editors\0"
|
||||
#define VER_COMPANYNAME_STR "Ascensio System SIA\0"
|
||||
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) Ascensio System SIA " TO_STR(COPYRIGHT_YEAR) ". All rights reserved\0"
|
||||
#define VER_LEGALCOPYRIGHT_STR "© Ascensio System SIA " TO_STR(COPYRIGHT_YEAR) ". All rights reserved.\0"
|
||||
#define VER_COMPANYDOMAIN_STR "www.onlyoffice.com\0"
|
||||
|
||||
#define VER_INTERNALNAME_STR "AppIcons\0"
|
||||
|
||||
@ -68,7 +68,7 @@
|
||||
#define VER_FILEDESCRIPTION_STR "ONLYOFFICE Update Service\0"
|
||||
#define VER_PRODUCTNAME_STR "ONLYOFFICE Update Service\0"
|
||||
#define VER_COMPANYNAME_STR "Ascensio System SIA\0"
|
||||
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) Ascensio System SIA " TO_STR(COPYRIGHT_YEAR) ". All rights reserved\0"
|
||||
#define VER_LEGALCOPYRIGHT_STR "© Ascensio System SIA " TO_STR(COPYRIGHT_YEAR) ". All rights reserved.\0"
|
||||
#define VER_COMPANYDOMAIN_STR "www.onlyoffice.com\0"
|
||||
|
||||
#define VER_INTERNALNAME_STR "AppIcons\0"
|
||||
|
||||
@ -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) " + sAppPublisher + " " + GetDateTimeString("yyyy",,) + ". All rights reserved")
|
||||
#define sAppCopyright str("© " + sAppPublisher + " " + GetDateTimeString("yyyy",,) + ". All rights reserved.")
|
||||
#define sAppIconName "ONLYOFFICE"
|
||||
#define sOldAppIconName "ONLYOFFICE Editors"
|
||||
#define sAppProtocol 'oo-office'
|
||||
|
||||
@ -62,7 +62,7 @@
|
||||
#endif
|
||||
|
||||
#define VER_COMPANYNAME_STR "Ascensio System SIA\0"
|
||||
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) Ascensio System SIA " TO_STR(COPYRIGHT_YEAR) ". All rights reserved\0"
|
||||
#define VER_LEGALCOPYRIGHT_STR "© Ascensio System SIA " TO_STR(COPYRIGHT_YEAR) ". All rights reserved.\0"
|
||||
#define VER_COMPANYDOMAIN_STR "www.onlyoffice.com\0"
|
||||
#define ABOUT_COPYRIGHT_STR VER_LEGALCOPYRIGHT_STR
|
||||
#define VER_FILEDESCRIPTION_STR "ONLYOFFICE Desktop Editors\0"
|
||||
|
||||
Reference in New Issue
Block a user