From 488aa433f119560b13c1b6234508ea6dda29c25a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Jul 2012 05:56:11 +0000 Subject: user-defined service creation isn't needed anymore git-svn-id: http://svn.miranda-ng.org/main/trunk@781 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/UserInfoEx/svc_email.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/UserInfoEx/svc_email.cpp') diff --git a/plugins/UserInfoEx/svc_email.cpp b/plugins/UserInfoEx/svc_email.cpp index 3e11ddb763..a9a0b47686 100644 --- a/plugins/UserInfoEx/svc_email.cpp +++ b/plugins/UserInfoEx/svc_email.cpp @@ -389,7 +389,7 @@ VOID SvcEMailLoadModule() if (DB::Setting::GetByte(SET_EXTENDED_EMAILSERVICE, TRUE)) { // create own email send command if (!myDestroyServiceFunction(MS_EMAIL_SENDEMAIL)) - myCreateServiceFunction(MS_EMAIL_SENDEMAIL, MenuCommand); + CreateServiceFunction(MS_EMAIL_SENDEMAIL, MenuCommand); } } -- cgit v1.2.3