diff options
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r-- | plugins/TabSRMM/src/msgoptions.cpp | 4 | ||||
-rw-r--r-- | plugins/TabSRMM/src/resource.h | 3 |
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
|