diff options
Diffstat (limited to 'plugins/IEView/src/ieview_services.cpp')
-rw-r--r-- | plugins/IEView/src/ieview_services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/ieview_services.cpp b/plugins/IEView/src/ieview_services.cpp index 0681854e12..1a14332b91 100644 --- a/plugins/IEView/src/ieview_services.cpp +++ b/plugins/IEView/src/ieview_services.cpp @@ -108,6 +108,6 @@ INT_PTR HandleIENavigate(WPARAM, LPARAM lParam) INT_PTR ReloadOptions(WPARAM, LPARAM)
{
- Options::Reload();
+ Options::reload();
return 0;
}
\ No newline at end of file |