From 3d9f536826751f226647a71ec536d9c2e627fe37 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 25 Sep 2014 08:55:50 +0000 Subject: more correct URLs for skins git-svn-id: http://svn.miranda-ng.org/main/trunk@10579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Popup/src/opt_skins.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Popup/src') diff --git a/plugins/Popup/src/opt_skins.cpp b/plugins/Popup/src/opt_skins.cpp index 1512695ab4..e00a7a6b32 100644 --- a/plugins/Popup/src/opt_skins.cpp +++ b/plugins/Popup/src/opt_skins.cpp @@ -438,7 +438,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/"); + CallService(MS_UTILS_OPENURL,0,(LPARAM)"http://miranda-ng.org/addons/category/13"); break; }//end switch(idCtrl) updatePreviewImage(GetDlgItem(hwndDlg, IDC_PREVIEWBOX)); -- cgit v1.2.3