Alexandre Julliard pushed to branch master at wine / wine
Commits: b5cbb556 by Charlotte Pabst at 2024-09-09T22:52:02+02:00 comdlg32: Allow entering a filter in the itemdlg file name field.
Current filter is initially empty and can be set by typing a filter into the file name field or selecting an entry from the file type menu.
Selecting a file type entry with an empty spec leaves the current filter unchanged.
This behavior matches windows more closely and fixes applications that rely on SetFileName() for filtering.
Signed-off-by: Charlotte Pabst <cpabst@codeweavers.com>
- - - - - 82f4d38a by Charlotte Pabst at 2024-09-09T22:52:02+02:00 comdlg32/tests: Add tests for itemdlg file name field filters.
Signed-off-by: Charlotte Pabst <cpabst@codeweavers.com>
- - - - -
2 changed files:
- dlls/comdlg32/itemdlg.c - dlls/comdlg32/tests/itemdlg.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/35369ea38f35dba5ba0e4bd552d24a...