diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-22 20:44:31 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-22 20:44:31 +0000 |
commit | 4b7c03000029ae55340bc0d1c4c296de917f9700 (patch) | |
tree | 5c458aee0a7d2a04698692b9d0abc9e82d195a66 /plugins/Chat | |
parent | 2afffa0335123e7ceeb94835dc868a4577f5f044 (diff) |
links to miranda-im.org removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@1105 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Chat')
-rw-r--r-- | plugins/Chat/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Chat/src/main.cpp b/plugins/Chat/src/main.cpp index 97507b1ff4..66e0e8282f 100644 --- a/plugins/Chat/src/main.cpp +++ b/plugins/Chat/src/main.cpp @@ -58,7 +58,7 @@ PLUGININFOEX pluginInfo = { "Miranda team",
"project-info@miranda-im.org",
"© 2003-2010 Miranda team",
- "http://miranda-im.org/",
+ "http://nightly.miranda.im/",
UNICODE_AWARE,
{0x9d6c3213, 0x2b4, 0x4fe1, { 0x92, 0xe6, 0x52, 0x6d, 0xe2, 0x4f, 0x8d, 0x65 }} //{9D6C3213-02B4-4fe1-92E6-526DE24F8D65}
};
|