summaryrefslogtreecommitdiff
path: root/plugins/ClientChangeNotify/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ClientChangeNotify/src')
-rw-r--r--plugins/ClientChangeNotify/src/OptDlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ClientChangeNotify/src/OptDlg.cpp b/plugins/ClientChangeNotify/src/OptDlg.cpp
index 57653c71aa..0095a2a4cc 100644
--- a/plugins/ClientChangeNotify/src/OptDlg.cpp
+++ b/plugins/ClientChangeNotify/src/OptDlg.cpp
@@ -169,7 +169,7 @@ int OptionsDlgInit(WPARAM wParam, LPARAM)
optDi.pszTemplate = MAKEINTRESOURCEA(IDD_POPUPOPTDLG);
optDi.hInstance = g_plugin.getInst();
optDi.flags = ODPF_BOLDGROUPS;
- Options_AddPage(wParam, &optDi);
+ g_plugin.addOptions(wParam, &optDi);
}
return 0;
}