summaryrefslogtreecommitdiff
path: root/plugins/Gender/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Gender/options.cpp')
-rw-r--r--plugins/Gender/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Gender/options.cpp b/plugins/Gender/options.cpp
index 32d919c020..cc9ab8d59f 100644
--- a/plugins/Gender/options.cpp
+++ b/plugins/Gender/options.cpp
@@ -161,7 +161,7 @@ int onOptInitialise(WPARAM wParam, LPARAM lParam)
odp.ptszTitle = LPGENT("Gender");
odp.pfnDlgProc = DlgProcOptions;
odp.flags = ODPF_BOLDGROUPS|ODPF_TCHAR;
- CallService(MS_OPT_ADDPAGE, wParam, (LPARAM) &odp);
+ Options_AddPage(wParam, &odp);
return 0;
}