diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-04-25 16:27:20 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-04-25 16:27:20 +0000 |
commit | 2a8c5bbc5dcb09b2f7a1f608887260f3774243ea (patch) | |
tree | 6086d5e9362c01938a4bc7abfa5933cb986ffdc0 /nohtml/nohtml.cpp | |
parent | e8a7a729011b2dcdc1f502a2bf93700febd73d8a (diff) |
added 'CreatePluginServices' call
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@149 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'nohtml/nohtml.cpp')
-rw-r--r-- | nohtml/nohtml.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nohtml/nohtml.cpp b/nohtml/nohtml.cpp index 8cf58c6..f684a7f 100644 --- a/nohtml/nohtml.cpp +++ b/nohtml/nohtml.cpp @@ -88,6 +88,7 @@ extern "C" __declspec (dllexport) int Load(PLUGINLINK *link) { /////////////
////// init filter
RegisterFilter();
+ CreateFilterServices();
AddFilterToContacts();
// hook modules loaded
|