diff options
Diffstat (limited to 'plugins/YAMN/src/proto/pop3/pop3comm.cpp')
-rw-r--r-- | plugins/YAMN/src/proto/pop3/pop3comm.cpp | 8 |
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;
|