msi: Handle the SelectionBrowse event using ControlEvent_SpawnDialog.

This commit is contained in:
James Hawkins 2006-10-03 15:05:05 -07:00 committed by Alexandre Julliard
parent 5ea2cd44c1
commit 971ab9aa47

View File

@ -410,6 +410,7 @@ static const struct _events Events[] = {
{ "Reset",ControlEvent_Reset },
{ "SetInstallLevel",ControlEvent_SetInstallLevel },
{ "DirectoryListUp",ControlEvent_DirectoryListUp },
{ "SelectionBrowse",ControlEvent_SpawnDialog },
{ NULL,NULL },
};