diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-15 09:23:57 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-15 09:23:57 +0000 |
commit | 25747f06ccfca211d883955608bd779d98c360c2 (patch) | |
tree | f17c20c4001d10e229a9d1a0a86a90bb65a01106 /protocols/YAMN/proto | |
parent | d8fdc1b64f985ca228ab231069b4e556ded07006 (diff) |
Yet another Miranda IM > NG rename part 2
git-svn-id: http://svn.miranda-ng.org/main/trunk@1461 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/YAMN/proto')
-rw-r--r-- | protocols/YAMN/proto/pop3/pop3comm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/YAMN/proto/pop3/pop3comm.cpp b/protocols/YAMN/proto/pop3/pop3comm.cpp index 1fbc6b4164..4fbfb86a7f 100644 --- a/protocols/YAMN/proto/pop3/pop3comm.cpp +++ b/protocols/YAMN/proto/pop3/pop3comm.cpp @@ -130,7 +130,7 @@ YAMN_PROTOREGISTRATION POP3ProtocolRegistration = "POP3 protocol (internal)",
YAMN_VERSION_C,
"© 2002-2004 majvan | 2005-2007 tweety, yb",
- "Mail notifier and browser for Miranda IM. Included POP3 protocol.",
+ "Mail notifier and browser for Miranda NG. Included POP3 protocol.",
"francois.mean@skynet.be",
"http://miranda-ng.org/",
};
@@ -232,7 +232,7 @@ int RegisterPOP3Plugin(WPARAM,LPARAM) //First, we register this plugin
//it is quite impossible this function returns zero (failure) as YAMN and internal plugin structre versions are the same
POP3ProtocolRegistration.Name = Translate("POP3 protocol (internal)");
- POP3ProtocolRegistration.Description = Translate("Mail notifier and browser for Miranda IM. Included POP3 protocol.");
+ POP3ProtocolRegistration.Description = Translate("Mail notifier and browser for Miranda NG. Included POP3 protocol.");
if (NULL==(POP3Plugin=(HYAMNPROTOPLUGIN)CallService(MS_YAMN_REGISTERPROTOPLUGIN,(WPARAM)&POP3ProtocolRegistration,(LPARAM)YAMN_PROTOREGISTRATIONVERSION)))
return 0;
|