From d6b147c2ee5ec58921d447a7fbccdf7965a3aeb9 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 3 Dec 2017 20:29:13 +0300 Subject: IEView: added link to addons site --- plugins/IEView/src/Options.cpp | 3 +++ plugins/IEView/src/resource.h | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'plugins/IEView/src') diff --git a/plugins/IEView/src/Options.cpp b/plugins/IEView/src/Options.cpp index 36b9726dd4..bad5e10bba 100644 --- a/plugins/IEView/src/Options.cpp +++ b/plugins/IEView/src/Options.cpp @@ -639,6 +639,9 @@ static INT_PTR CALLBACK IEViewSRMMOptDlgProc(HWND hwndDlg, UINT msg, WPARAM wPar UpdateControlsState(hwndDlg); MarkChanges(2, hwndDlg); break; + case IDC_GETTEMPLATES: + Utils_OpenUrl("https://miranda-ng.org/addons/category/16"); + break; } } break; diff --git a/plugins/IEView/src/resource.h b/plugins/IEView/src/resource.h index f4c7095b47..f3c6a430b6 100644 --- a/plugins/IEView/src/resource.h +++ b/plugins/IEView/src/resource.h @@ -51,6 +51,7 @@ #define IDC_PROTOLIST 1063 #define IDC_RTLSUPPORT 1070 #define IDC_GROUPSUPPORT 1071 +#define IDC_GETTEMPLATES 1072 #define IDC_TABS 2000 #define ID_MENU_SHOWSOURCE 2139 #define ID_MENU_COPYLINK 2262 @@ -62,7 +63,7 @@ // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 101 +#define _APS_NEXT_RESOURCE_VALUE 102 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 1000 #define _APS_NEXT_SYMED_VALUE 101 -- cgit v1.2.3