msi [12/12]: Handle the SelectionBrowse event using ControlEvent_SpawnDialog

James Hawkins truiken at gmail.com
Tue Oct 3 17:05:05 CDT 2006


Hi,

Changelog:
* Handle the SelectionBrowse event using ControlEvent_SpawnDialog.

 dlls/msi/events.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
James Hawkins
-------------- next part --------------
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 },
 };
 
-- 
1.4.2.1


More information about the wine-patches mailing list