diff options
Diffstat (limited to 'plugins/NewEventNotify/options.c')
-rw-r--r-- | plugins/NewEventNotify/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewEventNotify/options.c b/plugins/NewEventNotify/options.c index ba96e10fda..5e45cee607 100644 --- a/plugins/NewEventNotify/options.c +++ b/plugins/NewEventNotify/options.c @@ -315,7 +315,7 @@ int OptionsAdd(HINSTANCE hInst, WPARAM addInfo) odp.flags = ODPF_BOLDGROUPS;
if (g_UnicodeCore) odp.flags |= ODPF_UNICODE;
odp.pfnDlgProc = OptionsDlgProc;
- CallService(MS_OPT_ADDPAGE, addInfo, (LPARAM)&odp);
+ Options_AddPage( addInfo, &odp);
return 0;
}
|