summaryrefslogtreecommitdiff
path: root/plugins/Clist_nicer/SRC
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_nicer/SRC')
-rw-r--r--plugins/Clist_nicer/SRC/clui.cpp2
-rw-r--r--plugins/Clist_nicer/SRC/init.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_nicer/SRC/clui.cpp b/plugins/Clist_nicer/SRC/clui.cpp
index 6d8065f1b3..9e5f2dbeac 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://nightly.miranda.im/");
+ CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://miranda-ng.org/");
break;
}
break;
diff --git a/plugins/Clist_nicer/SRC/init.cpp b/plugins/Clist_nicer/SRC/init.cpp
index af06a402ec..ee95e2e701 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://nightly.miranda.im/",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
// {8F79B4EE-EB48-4a03-873E-27BE6B7E9A25}
{0x8f79b4ee, 0xeb48, 0x4a03, { 0x87, 0x3e, 0x27, 0xbe, 0x6b, 0x7e, 0x9a, 0x25 }}