From b17aba0c3ef3d5b35d702133bb055beecbc5016f Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 23 Oct 2013 12:16:28 +0000 Subject: double string from YAMN fixed, langpacks/english: updated git-svn-id: http://svn.miranda-ng.org/main/trunk@6599 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/YAMN/src/proto/pop3/pop3comm.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/YAMN/src') diff --git a/plugins/YAMN/src/proto/pop3/pop3comm.cpp b/plugins/YAMN/src/proto/pop3/pop3comm.cpp index bd5cbfa80e..4f48c760b3 100644 --- a/plugins/YAMN/src/proto/pop3/pop3comm.cpp +++ b/plugins/YAMN/src/proto/pop3/pop3comm.cpp @@ -124,10 +124,10 @@ YAMN_PROTOREGISTRATION POP3ProtocolRegistration = { "POP3 protocol (internal)", __VERSION_STRING, - "© 2002-2004 majvan | 2005-2007 tweety, yb", - "Mail notifier and browser for Miranda NG. Included POP3 protocol.", - "francois.mean@skynet.be", - "http://miranda-ng.org/", + __COPYRIGHT, + __DESCRIPTION, + __AUTHOREMAIL, + __AUTHORWEB, }; static TCHAR *FileName = NULL; -- cgit v1.2.3