mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win-nix] fix bug 33450
This commit is contained in:
@ -520,6 +520,7 @@ int CMainPanel::trySaveDocument(int index)
|
||||
pEvent->m_nType = ASC_MENU_EVENT_TYPE_CEF_SAVE;
|
||||
pView->GetCefView()->Apply(pEvent);
|
||||
|
||||
modal_res = MODAL_RESULT_YES;
|
||||
break;}
|
||||
}
|
||||
}
|
||||
|
||||
@ -33,11 +33,11 @@
|
||||
#ifndef VERSION_H
|
||||
#define VERSION_H
|
||||
|
||||
#define VER_FILEVERSION 4,1,3,274
|
||||
#define VER_FILEVERSION_STR "4.1.3.274\0"
|
||||
#define VER_FILEVERSION 4,2,3,280
|
||||
#define VER_FILEVERSION_STR "4.2.3.280\0"
|
||||
|
||||
#define VER_PRODUCTVERSION VER_FILEVERSION
|
||||
#define VER_PRODUCTVERSION_STR "4.1\0"
|
||||
#define VER_PRODUCTVERSION_STR "4.2\0"
|
||||
|
||||
#define VER_COMPANYNAME_STR "Ascensio System SIA\0"
|
||||
#define VER_LEGALCOPYRIGHT_STR "Ascensio System SIA 2016\0"
|
||||
|
||||
Reference in New Issue
Block a user