diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-26 22:53:10 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-26 22:53:10 +0000 |
commit | 94e5f742581f4b670cdb6ca09c18c86ce05629a9 (patch) | |
tree | 9ba37e2846378a23360379cf0bdb1fac154e49d4 /protocols/YAMN/proto | |
parent | 2c6fdda841bfff2425a29c17a0a52a9aa189db42 (diff) |
Miranda homepage link in plugininfo is changed to http://miranda-ng.org/
git-svn-id: http://svn.miranda-ng.org/main/trunk@1206 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/YAMN/proto')
-rw-r--r-- | protocols/YAMN/proto/pop3/pop3comm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/YAMN/proto/pop3/pop3comm.cpp b/protocols/YAMN/proto/pop3/pop3comm.cpp index 9fd977776d..1fbc6b4164 100644 --- a/protocols/YAMN/proto/pop3/pop3comm.cpp +++ b/protocols/YAMN/proto/pop3/pop3comm.cpp @@ -132,7 +132,7 @@ YAMN_PROTOREGISTRATION POP3ProtocolRegistration = "© 2002-2004 majvan | 2005-2007 tweety, yb",
"Mail notifier and browser for Miranda IM. Included POP3 protocol.",
"francois.mean@skynet.be",
- "http://nightly.miranda.im/",
+ "http://miranda-ng.org/",
};
static TCHAR *FileName = NULL;
|