diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-08-11 08:47:44 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-08-11 08:47:44 +0000 |
commit | af6a545026322037487e418fd30201b83af57801 (patch) | |
tree | bc85f38a21d39f2f7c7cf6cf85d745a75a0a2b39 /src | |
parent | 96d3def2839a417ea2f7a5a5965c0fcade059f29 (diff) |
url for more plugins changed to http://miranda-ng.org/downloads/
git-svn-id: http://svn.miranda-ng.org/main/trunk@1435 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/plugins/pluginopts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/plugins/pluginopts.cpp b/src/modules/plugins/pluginopts.cpp index 3597c3a291..a8882a84e5 100644 --- a/src/modules/plugins/pluginopts.cpp +++ b/src/modules/plugins/pluginopts.cpp @@ -389,7 +389,7 @@ INT_PTR CALLBACK DlgPluginOpt(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPar break;
}
case IDC_GETMOREPLUGINS:
- CallService(MS_UTILS_OPENURL, 0, (LPARAM) "http://miranda-ng.org/");
+ CallService(MS_UTILS_OPENURL, 0, (LPARAM) "http://miranda-ng.org/downloads/");
break;
} }
break;
|