[PATCH] more dialog groups

Marcus Meissner marcus at jet.franken.de
Sun Sep 24 04:54:13 CDT 2006


ACDSee 6.0 full version reports:
err:msi:msi_dialog_parse_groups too many groups in PIDTemplate L"<###-###-###-###-###-###>"

So I just increased it from 10 to 20.

Ciao, Marcus

---

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

a788a20806603726476a47ca67ed2ddd0be2519d
diff --git a/dlls/msi/dialog.c b/dlls/msi/dialog.c
index 1f15f40..28c5386 100644
--- a/dlls/msi/dialog.c
+++ b/dlls/msi/dialog.c
@@ -1078,7 +1078,7 @@ static UINT msi_dialog_edit_control( msi
 
 /******************** Masked Edit ********************************************/
 
-#define MASK_MAX_GROUPS 10
+#define MASK_MAX_GROUPS 20
 
 struct msi_mask_group
 {
-- 
1.2.4



More information about the wine-patches mailing list