Skip to content

Commit

Permalink
Update inspect menu default filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Jun 10, 2021
1 parent d656177 commit e6535f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProcessHacker/mainwnd.c
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ VOID PhMwpOnCommand(
{
static PH_FILETYPE_FILTER filters[] =
{
{ L"Executable files (*.exe;*.dll;*.ocx;*.sys;*.scr;*.cpl)", L"*.exe;*.dll;*.ocx;*.sys;*.scr;*.cpl" },
{ L"Executable files (*.exe;*.dll;*.com;*.ocx;*.sys;*.scr;*.cpl;*.ax;*.acm;*.lib;*.winmd;*.mui;*.mun;*.efi;*.pdb)", L"*.exe;*.dll;*.com;*.ocx;*.sys;*.scr;*.cpl;*.ax;*.acm;*.lib;*.winmd;*.mui;*.mun;*.efi;*.pdb" },
{ L"All files (*.*)", L"*.*" }
};
PVOID fileDialog = PhCreateOpenFileDialog();
Expand Down

0 comments on commit e6535f0

Please sign in to comment.