diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-08 07:53:46 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-08 07:53:46 +0000 |
commit | beecf0e4f81790956fe2e199f4917c4346ac16f4 (patch) | |
tree | f34864e29dec934cdd3266b56105716a67c55ffa /plugins | |
parent | 44e22831018eae29814c090bdcc65a1a4c1cfb98 (diff) |
Popup: skins URL fix (thx Mazzi)
git-svn-id: http://svn.miranda-ng.org/main/trunk@12672 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Popup/src/opt_skins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Popup/src/opt_skins.cpp b/plugins/Popup/src/opt_skins.cpp index c1c6a533c2..d33d63c26a 100644 --- a/plugins/Popup/src/opt_skins.cpp +++ b/plugins/Popup/src/opt_skins.cpp @@ -435,7 +435,7 @@ INT_PTR CALLBACK DlgProcPopSkinsOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPAR }// end IDC_BTN_RELOAD:
break;
case IDC_GETSKINS:
- CallService(MS_UTILS_OPENURL,0,(LPARAM)"http:// miranda-ng.org/addons/category/13");
+ CallService(MS_UTILS_OPENURL,0,(LPARAM)"http://miranda-ng.org/addons/category/13");
break;
}// end switch(idCtrl)
updatePreviewImage(GetDlgItem(hwndDlg, IDC_PREVIEWBOX));
|