mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[COMDLG32] Enable saving files with different extension (#4903)
As on Windows, gives precedence to the user's extension in file names if there is one. Otherwise appends the selected extension. If not selected, append default extension.
This commit is contained in:
parent
1fd9d11f16
commit
a0d747fa50
1 changed files with 1 additions and 0 deletions
|
@ -3099,6 +3099,7 @@ BOOL FILEDLG95_OnOpen(HWND hwnd)
|
|||
/* Attach the file extension with file name*/
|
||||
ext = PathFindExtensionW(lpstrPathAndFile);
|
||||
#ifdef __REACTOS__
|
||||
if (*ext == UNICODE_NULL && fodInfos->defext)
|
||||
{
|
||||
LPWSTR filterExt = NULL, lpstrFilter = NULL, pch, pchNext;
|
||||
LPCWSTR the_ext = NULL;
|
||||
|
|
Loading…
Reference in a new issue