mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[MSPAINT] Add to recent documents (#2651)
Add to recent documents upon file save. CORE-3588
This commit is contained in:
parent
f28cc0fc78
commit
0cc32161d1
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ SaveDIBToFile(HBITMAP hBitmap, LPTSTR FileName, HDC hDC, LPSYSTEMTIME time, int
|
|||
// TODO: update hRes and vRes
|
||||
|
||||
CloseHandle(hFile);
|
||||
|
||||
registrySettings.SetMostRecentFile(FileName);
|
||||
}
|
||||
|
||||
void ShowFileLoadError(LPCTSTR name)
|
||||
|
|
Loading…
Reference in a new issue