diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-09-25 08:55:50 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-09-25 08:55:50 +0000 |
commit | 3d9f536826751f226647a71ec536d9c2e627fe37 (patch) | |
tree | 636e0482ba441cfe7add752e5cff5614cf52f8bf /src | |
parent | 47d5ac4f9c8b25c9a4f705d523a7ffa834cb1dbb (diff) |
more correct URLs for skins
git-svn-id: http://svn.miranda-ng.org/main/trunk@10579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/skin/sounds.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/skin/sounds.cpp b/src/modules/skin/sounds.cpp index 6cd4266c0f..e70f0ad2d6 100644 --- a/src/modules/skin/sounds.cpp +++ b/src/modules/skin/sounds.cpp @@ -332,7 +332,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://miranda-ng.org/");
+ CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://miranda-ng.org/addons/category/14");
break;
}
if (LOWORD(wParam) == IDC_LOCATION)
|