From 94e5f742581f4b670cdb6ca09c18c86ce05629a9 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 26 Jul 2012 22:53:10 +0000 Subject: 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 --- src/modules/skin/sounds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/skin/sounds.cpp') diff --git a/src/modules/skin/sounds.cpp b/src/modules/skin/sounds.cpp index 51734544e0..59326aaa97 100644 --- a/src/modules/skin/sounds.cpp +++ b/src/modules/skin/sounds.cpp @@ -316,7 +316,7 @@ INT_PTR CALLBACK DlgProcSoundOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM SetDlgItemText(hwndDlg, IDC_LOCATION, strFull); } if (LOWORD(wParam) == IDC_GETMORE) { - CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://nightly.miranda.im/"); + CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://miranda-ng.org/"); break; } if (LOWORD(wParam) == IDC_LOCATION) -- cgit v1.2.3