From be34c541bed5aec3f5e62da42ae2b31f2f1d7884 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 25 Jun 2012 11:16:43 +0000 Subject: NewEventNotify - some adaptation git-svn-id: http://svn.miranda-ng.org/main/trunk@630 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewEventNotify/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewEventNotify/options.c') 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; } -- cgit v1.2.3