summaryrefslogtreecommitdiff
path: root/protocols/Quotes/OptionDukasCopy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Quotes/OptionDukasCopy.cpp')
-rw-r--r--protocols/Quotes/OptionDukasCopy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Quotes/OptionDukasCopy.cpp b/protocols/Quotes/OptionDukasCopy.cpp
index 1aef56b824..6fcc542b09 100644
--- a/protocols/Quotes/OptionDukasCopy.cpp
+++ b/protocols/Quotes/OptionDukasCopy.cpp
@@ -410,5 +410,5 @@ void ShowDukasCopyPropPage(CQuotesProviderDukasCopy* pProvider,WPARAM wp,OPTIONS
// odp.ptszTitle = TranslateTS(const_cast<LPTSTR>(sTitle.c_str()));
// #endif
- CallService(MS_OPT_ADDPAGE,wp,reinterpret_cast<LPARAM>(&odp));
+ Options_AddPage(wp, &odp);
}