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/Omegle | |
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/Omegle')
-rw-r--r-- | protocols/Omegle/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Omegle/main.cpp b/protocols/Omegle/main.cpp index 65de0e8a90..9b4755b094 100644 --- a/protocols/Omegle/main.cpp +++ b/protocols/Omegle/main.cpp @@ -39,7 +39,7 @@ PLUGININFOEX pluginInfo = { "Robert Posel",
"robyer@seznam.cz",
"(c) 2011-12 Robert Posel",
- "http://code.google.com/p/robyer/",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
// {9E1D9244-606C-4ef4-99A0-1D7D23CB7601}
{ 0x9e1d9244, 0x606c, 0x4ef4, { 0x99, 0xa0, 0x1d, 0x7d, 0x23, 0xcb, 0x76, 0x1 } }
|