diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-24 19:50:30 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-24 19:50:30 +0000 |
commit | a6e4831016d47d81092d3660f370cffd9ebc3e89 (patch) | |
tree | 5462aeb0d07570a729bd78538a8fa95b92f2eeeb /plugins | |
parent | 3710c1de2d44ad3a7a8eaea3e231e4508122d944 (diff) |
outdated URL fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@6981 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/TabSRMM/src/msgoptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgoptions.cpp b/plugins/TabSRMM/src/msgoptions.cpp index 6a4a2b5441..82268570b9 100644 --- a/plugins/TabSRMM/src/msgoptions.cpp +++ b/plugins/TabSRMM/src/msgoptions.cpp @@ -351,7 +351,7 @@ static INT_PTR CALLBACK DlgProcSkinOpts(HWND hwndDlg, UINT msg, WPARAM wParam, L }
case IDC_HELP_GENERAL:
- CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://blog.miranda.or.at/tabsrmm/skin-selection-changes/");
+ CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://wiki.miranda.or.at/TabSRMM/UsingSkins");
break;
case IDC_SKIN_CLOSENOW: {
|