summaryrefslogtreecommitdiff
path: root/plugins/ClientChangeNotify/OptDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ClientChangeNotify/OptDlg.cpp')
-rw-r--r--plugins/ClientChangeNotify/OptDlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ClientChangeNotify/OptDlg.cpp b/plugins/ClientChangeNotify/OptDlg.cpp
index 95224fb672..164e51e795 100644
--- a/plugins/ClientChangeNotify/OptDlg.cpp
+++ b/plugins/ClientChangeNotify/OptDlg.cpp
@@ -183,7 +183,7 @@ int OptionsDlgInit(WPARAM wParam, LPARAM lParam)
optDi.hInstance = g_hInstance;
optDi.ptszGroup = LPGENT("PopUps");
optDi.flags = ODPF_BOLDGROUPS | ODPF_TCHAR;
- CallService(MS_OPT_ADDPAGE, wParam, (LPARAM)&optDi);
+ Options_AddPage(wParam, &optDi);
return 0;
}