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 /plugins/W7UI | |
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 'plugins/W7UI')
-rw-r--r-- | plugins/W7UI/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/W7UI/src/main.cpp b/plugins/W7UI/src/main.cpp index d9c6898338..4eca2bde5a 100644 --- a/plugins/W7UI/src/main.cpp +++ b/plugins/W7UI/src/main.cpp @@ -41,7 +41,7 @@ PLUGININFOEX pluginInfo = { "nullbie, persei",
"nullbie@miranda.im",
"2009 Victor Pavlychko, Vitaliy Igonin",
- "http://nullbie.miranda.im",
+ "http://miranda-ng.org/",
UNICODE_AWARE, // replace internal version (if any)
// {D38EEB0B-B8EE-4177-B9E5-91EBE101E054}
{ 0xd38eeb0b, 0xb8ee, 0x4177, { 0xb9, 0xe5, 0x91, 0xeb, 0xe1, 0x1, 0xe0, 0x54 } }
|