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/Clist_nicer | |
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/Clist_nicer')
-rw-r--r-- | plugins/Clist_nicer/SRC/clui.cpp | 2 | ||||
-rw-r--r-- | plugins/Clist_nicer/SRC/init.cpp | 2 | ||||
-rw-r--r-- | plugins/Clist_nicer/skineditor/src/main.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Clist_nicer/SRC/clui.cpp b/plugins/Clist_nicer/SRC/clui.cpp index d8ddd2076b..6d8065f1b3 100644 --- a/plugins/Clist_nicer/SRC/clui.cpp +++ b/plugins/Clist_nicer/SRC/clui.cpp @@ -1992,7 +1992,7 @@ INT_PTR CALLBACK DlgProcAbout(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPar DestroyWindow(hwndDlg);
return TRUE;
case IDC_SUPPORT:
- CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://miranda-im.org/download/details.php?action=viewfile&id=2365");
+ CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://nightly.miranda.im/");
break;
}
break;
diff --git a/plugins/Clist_nicer/SRC/init.cpp b/plugins/Clist_nicer/SRC/init.cpp index 7ba7dcdf6d..af06a402ec 100644 --- a/plugins/Clist_nicer/SRC/init.cpp +++ b/plugins/Clist_nicer/SRC/init.cpp @@ -110,7 +110,7 @@ PLUGININFOEX pluginInfo = "Pixel, egoDust, cyreve, Nightwish",
"",
"Copyright 2000-2010 Miranda-IM project",
- "http://www.miranda-im.org",
+ "http://nightly.miranda.im/",
UNICODE_AWARE,
// {8F79B4EE-EB48-4a03-873E-27BE6B7E9A25}
{0x8f79b4ee, 0xeb48, 0x4a03, { 0x87, 0x3e, 0x27, 0xbe, 0x6b, 0x7e, 0x9a, 0x25 }}
diff --git a/plugins/Clist_nicer/skineditor/src/main.cpp b/plugins/Clist_nicer/skineditor/src/main.cpp index 8f556460fc..dab0d59815 100644 --- a/plugins/Clist_nicer/skineditor/src/main.cpp +++ b/plugins/Clist_nicer/skineditor/src/main.cpp @@ -34,7 +34,7 @@ PLUGININFOEX pluginInfo = { "Nightwish, Pixel",
"",
"Copyright 2000-2006 Miranda-IM project",
- "http://www.miranda-im.org",
+ "http://nightly.miranda.im/",
UNICODE_AWARE,
{0x21948c89, 0xb549, 0x4c9d, { 0x8b, 0x4f, 0x3f, 0x37, 0x26, 0xec, 0x6b, 0x4b }}
};
|