summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2017-12-03 21:10:41 +0300
committerKirill Volinsky <mataes2007@gmail.com>2017-12-03 21:10:41 +0300
commitc80c5a68b607b96c645aecd1bff184640669a509 (patch)
treeab5ecaf108162338686aaa03ef91904cfec49f07 /plugins/TabSRMM/src
parent0ec22ff6659d9c64f4fbfdd6ead6dcd9f67215c3 (diff)
TabSRMM: added link to addons site
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r--plugins/TabSRMM/src/msgoptions.cpp4
-rw-r--r--plugins/TabSRMM/src/resource.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgoptions.cpp b/plugins/TabSRMM/src/msgoptions.cpp
index b447184bee..062bbbdef9 100644
--- a/plugins/TabSRMM/src/msgoptions.cpp
+++ b/plugins/TabSRMM/src/msgoptions.cpp
@@ -335,6 +335,10 @@ static INT_PTR CALLBACK DlgProcSkinOpts(HWND hwndDlg, UINT msg, WPARAM wParam, L
Utils_OpenUrl("https://wiki.miranda-ng.org/index.php?title=Plugin:TabSRMM/en/Using_skins");
break;
+ case IDC_GETSKINS:
+ Utils_OpenUrl("https://miranda-ng.org/addons/category/19");
+ break;
+
case IDC_SKIN_CLOSENOW:
CloseAllContainers();
break;
diff --git a/plugins/TabSRMM/src/resource.h b/plugins/TabSRMM/src/resource.h
index c269d27f4e..ae0ed1e315 100644
--- a/plugins/TabSRMM/src/resource.h
+++ b/plugins/TabSRMM/src/resource.h
@@ -499,6 +499,7 @@
#define IDC_STATIC_VISIBILTY 1491
#define IDC_BUTTONTABS 1492
#define IDC_CLOSEBUTTONONTABS 1493
+#define IDC_GETSKINS 1494
#define IDC_O_STATIC_AVATAR 1501
#define IDC_O_STATIC_OWNAVATAR 1502
#define IDC_USEAERO 1531
@@ -738,7 +739,7 @@
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 17
+#define _APS_NEXT_RESOURCE_VALUE 18
#define _APS_NEXT_COMMAND_VALUE 40263
#define _APS_NEXT_CONTROL_VALUE 1453
#define _APS_NEXT_SYMED_VALUE 40283