summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2017-12-03 16:03:12 +0300
committerKirill Volinsky <mataes2007@gmail.com>2017-12-03 16:03:12 +0300
commitae78d4c055382b4af8608f554ea0f8b44b350a47 (patch)
tree1d2d183f47e5f898f491b6b792bfe02278f1e887 /plugins/Clist_modern/src
parentc04ee0840dd977a2f70370c0be9ff457b3786fb4 (diff)
Clist_modern: added link to addons site
Diffstat (limited to 'plugins/Clist_modern/src')
-rw-r--r--plugins/Clist_modern/src/modern_skinopt.cpp6
-rw-r--r--plugins/Clist_modern/src/resource.h3
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_skinopt.cpp b/plugins/Clist_modern/src/modern_skinopt.cpp
index 43ce6447a6..48efaaf3f1 100644
--- a/plugins/Clist_modern/src/modern_skinopt.cpp
+++ b/plugins/Clist_modern/src/modern_skinopt.cpp
@@ -157,6 +157,12 @@ INT_PTR CALLBACK DlgSkinOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPara
}
break;
+ case IDC_GETSKINS:
+ if (HIWORD(wParam) == BN_CLICKED)
+ Utils_OpenUrl("https://miranda-ng.org/addons/category/17");
+ break;
+
+
case IDC_BUTTON_RESCAN:
if (HIWORD(wParam) == BN_CLICKED) {
HTREEITEM it = FillAvailableSkinList(hwndDlg);
diff --git a/plugins/Clist_modern/src/resource.h b/plugins/Clist_modern/src/resource.h
index 69804972ef..a0eeed3757 100644
--- a/plugins/Clist_modern/src/resource.h
+++ b/plugins/Clist_modern/src/resource.h
@@ -232,6 +232,7 @@
#define IDC_STATIC9 1374
#define IDC_STATIC10 1375
#define IDC_STATIC13 1376
+#define IDC_GETSKINS 1377
#define IDC_AVATAR_OVERLAY_ICON_CONTACT 1502
#define IDC_HIDE 1534
#define IDC_TOPLINE 1535
@@ -501,7 +502,7 @@
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 509
+#define _APS_NEXT_RESOURCE_VALUE 510
#define _APS_NEXT_COMMAND_VALUE 40022
#define _APS_NEXT_CONTROL_VALUE 2025
#define _APS_NEXT_SYMED_VALUE 101