James Hawkins : msi: Handle the SelectionBrowse event using ControlEvent_SpawnDialog.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Oct 4 04:25:30 CDT 2006


Module: wine
Branch: master
Commit: 971ab9aa47476a56a1d6ee616fa332351c368f7b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=971ab9aa47476a56a1d6ee616fa332351c368f7b

Author: James Hawkins <truiken at 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 },
 };
 




More information about the wine-cvs mailing list