[2/2] msi: The table for isolated components is called IsolatedComponent.

Hans Leidekker hans at codeweavers.com
Fri Feb 26 07:09:29 CST 2010


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

diff --git a/dlls/msi/action.c b/dlls/msi/action.c
index 7422edb..872e8dd 100644
--- a/dlls/msi/action.c
+++ b/dlls/msi/action.c
@@ -6750,7 +6750,7 @@ static UINT ACTION_BindImage( MSIPACKAGE *package )
 static UINT ACTION_IsolateComponents( MSIPACKAGE *package )
 {
     static const WCHAR table[] = {
-        'I','s','o','l','a','t','e','C','o','m','p','o','n','e','n','t',0 };
+        'I','s','o','l','a','t','e','d','C','o','m','p','o','n','e','n','t',0 };
     return msi_unimplemented_action_stub( package, "IsolateComponents", table );
 }
 
-- 
1.6.3.3




More information about the wine-patches mailing list