From 495135e81dfd63a86627a8b475aca10bc63aace2 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Fri, 8 Jan 2016 12:41:36 +0000 Subject: IEView: ReloadOptions service git-svn-id: http://svn.miranda-ng.org/main/trunk@16062 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/src/ieview_services.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'plugins/IEView/src/ieview_services.cpp') diff --git a/plugins/IEView/src/ieview_services.cpp b/plugins/IEView/src/ieview_services.cpp index 47dbc1a997..2b7fc6f8a6 100644 --- a/plugins/IEView/src/ieview_services.cpp +++ b/plugins/IEView/src/ieview_services.cpp @@ -103,3 +103,11 @@ INT_PTR HandleIENavigate(WPARAM, LPARAM lParam) } return 0; } + +void ApplyChanges(int i); + +INT_PTR ReloadOptions(WPARAM, LPARAM) +{ + Options::Reload(); + return 0; +} \ No newline at end of file -- cgit v1.2.3