From 0112d2767268037cf63e44c4464cf9eed237d06d Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 6 Dec 2017 21:37:14 +0300 Subject: Clist_nicer: added link to addons site --- plugins/Clist_nicer/src/extBackg.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/Clist_nicer/src/extBackg.cpp') diff --git a/plugins/Clist_nicer/src/extBackg.cpp b/plugins/Clist_nicer/src/extBackg.cpp index f4c23af68d..d8f4732a2f 100644 --- a/plugins/Clist_nicer/src/extBackg.cpp +++ b/plugins/Clist_nicer/src/extBackg.cpp @@ -1521,6 +1521,11 @@ static INT_PTR CALLBACK DlgProcSkinOpts(HWND hwndDlg, UINT msg, WPARAM wParam, L PostMessage(pcli->hwndContactList, CLUIINTM_REDRAW, 0, 0); break; + case IDC_GETSKINS: + if (HIWORD(wParam) == BN_CLICKED) + Utils_OpenUrl("https://miranda-ng.org/addons/category/18"); + break; + case IDC_SELECTSKINFILE: { OPENFILENAME ofn = { 0 }; -- cgit v1.2.3