Module: wine Branch: master Commit: 971ab9aa47476a56a1d6ee616fa332351c368f7b URL: http://source.winehq.org/git/wine.git/?a=commit;h=971ab9aa47476a56a1d6ee616f... Author: James Hawkins <truiken(a)gmail.com> Date: Tue Oct 3 15:05:05 2006 -0700 msi: Handle the SelectionBrowse event using ControlEvent_SpawnDialog. --- dlls/msi/events.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/msi/events.c b/dlls/msi/events.c index 53a6f62..dac7f8e 100644 --- a/dlls/msi/events.c +++ b/dlls/msi/events.c @@ -410,6 +410,7 @@ static const struct _events Events[] = { { "Reset",ControlEvent_Reset }, { "SetInstallLevel",ControlEvent_SetInstallLevel }, { "DirectoryListUp",ControlEvent_DirectoryListUp }, + { "SelectionBrowse",ControlEvent_SpawnDialog }, { NULL,NULL }, };