mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[MSPAINT] Add to recent documents (#2651)
Add to recent documents upon file save. CORE-3588
This commit is contained in:
committed by
GitHub
parent
f28cc0fc78
commit
0cc32161d1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user