[NOTEPAD] Add to recent documents (#2649)

Add to recent documents upon file save. CORE-3588
This commit is contained in:
Katayama Hirofumi MZ 2020-04-26 09:06:39 +09:00 committed by GitHub
parent 032b5aacd2
commit f28cc0fc78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -305,6 +305,12 @@ static BOOL DoSaveFile(VOID)
CloseHandle(hFile);
HeapFree(GetProcessHeap(), 0, pTemp);
if (bRet)
{
SetFileName(Globals.szFileName);
}
return bRet;
}