summaryrefslogtreecommitdiff
path: root/plugins/NewEventNotify/options.c
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-06-25 11:16:43 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-06-25 11:16:43 +0000
commitbe34c541bed5aec3f5e62da42ae2b31f2f1d7884 (patch)
tree5aa6c7acad1b0c3a5acedcea3dd146962da9a248 /plugins/NewEventNotify/options.c
parentde83ac2ff7e90537efc0153adedf2f700b4e7880 (diff)
NewEventNotify - some adaptation
git-svn-id: http://svn.miranda-ng.org/main/trunk@630 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewEventNotify/options.c')
-rw-r--r--plugins/NewEventNotify/options.c2
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;
}