summaryrefslogtreecommitdiff
path: root/plugins/YAMN
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-10-23 12:16:28 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-10-23 12:16:28 +0000
commitb17aba0c3ef3d5b35d702133bb055beecbc5016f (patch)
tree37d6b3ee7854650aa46c7ffa03c3d4e597e05160 /plugins/YAMN
parenta468f96858c1b42a53fec2d83f3dccff626aa5f8 (diff)
double string from YAMN fixed, langpacks/english: updated
git-svn-id: http://svn.miranda-ng.org/main/trunk@6599 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAMN')
-rw-r--r--plugins/YAMN/src/proto/pop3/pop3comm.cpp8
1 files changed, 4 insertions, 4 deletions
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;