diff --git a/win-linux/src/cmainpanel.cpp b/win-linux/src/cmainpanel.cpp index 8840ea0db..bc2ee9717 100644 --- a/win-linux/src/cmainpanel.cpp +++ b/win-linux/src/cmainpanel.cpp @@ -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;} } } diff --git a/win-linux/src/version.h b/win-linux/src/version.h index 9af7571ad..ed693dcbb 100644 --- a/win-linux/src/version.h +++ b/win-linux/src/version.h @@ -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"