msi: Handle the SelectionBrowse event using ControlEvent_SpawnDialog.
This commit is contained in:
parent
5ea2cd44c1
commit
971ab9aa47
@ -410,6 +410,7 @@ static const struct _events Events[] = {
|
|||||||
{ "Reset",ControlEvent_Reset },
|
{ "Reset",ControlEvent_Reset },
|
||||||
{ "SetInstallLevel",ControlEvent_SetInstallLevel },
|
{ "SetInstallLevel",ControlEvent_SetInstallLevel },
|
||||||
{ "DirectoryListUp",ControlEvent_DirectoryListUp },
|
{ "DirectoryListUp",ControlEvent_DirectoryListUp },
|
||||||
|
{ "SelectionBrowse",ControlEvent_SpawnDialog },
|
||||||
{ NULL,NULL },
|
{ NULL,NULL },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user