summaryrefslogtreecommitdiff
path: root/plugins/Updater/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Updater/options.cpp')
-rw-r--r--plugins/Updater/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Updater/options.cpp b/plugins/Updater/options.cpp
index 1c4545d76e..03acb47c00 100644
--- a/plugins/Updater/options.cpp
+++ b/plugins/Updater/options.cpp
@@ -384,7 +384,7 @@ int OptInit(WPARAM wParam,LPARAM lParam)
odp.ptszGroup = LPGENT("Services");
odp.nIDBottomSimpleControl = 0;
odp.pfnDlgProc = DlgProcOpts1;
- CallService( MS_OPT_ADDPAGE, wParam,( LPARAM )&odp );
+ Options_AddPage(wParam, &odp);
return 0;
}