[win-nix] fix bug 33450

This commit is contained in:
Maxim Kadushkin
2016-11-25 18:07:43 +03:00
parent 039885a571
commit 1f21238d53
2 changed files with 4 additions and 3 deletions

View File

@ -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;}
}
}

View File

@ -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"