mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NOTEPAD] Add to recent documents (#2649)
Add to recent documents upon file save. CORE-3588
This commit is contained in:
@@ -305,6 +305,12 @@ static BOOL DoSaveFile(VOID)
|
||||
|
||||
CloseHandle(hFile);
|
||||
HeapFree(GetProcessHeap(), 0, pTemp);
|
||||
|
||||
if (bRet)
|
||||
{
|
||||
SetFileName(Globals.szFileName);
|
||||
}
|
||||
|
||||
return bRet;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user