Commit 971ab9aa authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Handle the SelectionBrowse event using ControlEvent_SpawnDialog.

parent 5ea2cd44
......@@ -410,6 +410,7 @@ static const struct _events Events[] = {
{ "Reset",ControlEvent_Reset },
{ "SetInstallLevel",ControlEvent_SetInstallLevel },
{ "DirectoryListUp",ControlEvent_DirectoryListUp },
{ "SelectionBrowse",ControlEvent_SpawnDialog },
{ NULL,NULL },
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment