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 +++++ plugins/Clist_nicer/src/resource.h | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'plugins/Clist_nicer/src') 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 }; diff --git a/plugins/Clist_nicer/src/resource.h b/plugins/Clist_nicer/src/resource.h index e230037c47..5226261d50 100644 --- a/plugins/Clist_nicer/src/resource.h +++ b/plugins/Clist_nicer/src/resource.h @@ -1,6 +1,6 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. -// Used by ..\res\resource.rc +// Used by d:\Miranda NG Git_orig_commit\miranda-ng\plugins\Clist_nicer\res\resource.rc // #define IDD_OPT_VIEWMODES 1 #define IDD_OPT_SKIN 4 @@ -123,6 +123,7 @@ #define IDC_SHOWSTATUSMSG 1188 #define IDC_SHOWLOCALTIME 1189 #define IDC_SHOWLOCALTIMEONLYWHENDIFFERENT 1191 +#define IDC_GETSKINS 1192 #define IDC_TITLETEXT 1196 #define IDC_EXCEPTION_DETAILS 1200 #define IDC_COPY_EXCEPTION 1201 @@ -339,7 +340,7 @@ // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 10 +#define _APS_NEXT_RESOURCE_VALUE 11 #define _APS_NEXT_COMMAND_VALUE 40061 #define _APS_NEXT_CONTROL_VALUE 40066 #define _APS_NEXT_SYMED_VALUE 40154 -- cgit v1.2.3