diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-12-03 20:43:53 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-12-03 20:43:53 +0300 |
commit | 0ec22ff6659d9c64f4fbfdd6ead6dcd9f67215c3 (patch) | |
tree | f1637ea011527b3f4a49ee9eb6cb7b06fc2511b6 /plugins/SplashScreen/src | |
parent | d6b147c2ee5ec58921d447a7fbccdf7965a3aeb9 (diff) |
SplashScreen: added link to addons site
Diffstat (limited to 'plugins/SplashScreen/src')
-rw-r--r-- | plugins/SplashScreen/src/options.cpp | 4 | ||||
-rw-r--r-- | plugins/SplashScreen/src/resource.h | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/plugins/SplashScreen/src/options.cpp b/plugins/SplashScreen/src/options.cpp index 52ee655d78..000556cbbc 100644 --- a/plugins/SplashScreen/src/options.cpp +++ b/plugins/SplashScreen/src/options.cpp @@ -220,6 +220,10 @@ INT_PTR CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lP break;
}
+ case IDC_GETSPLASHES:
+ Utils_OpenUrl("https://miranda-ng.org/addons/category/15");
+ break;
+
case IDC_CHOOSESND:
{
wchar_t szTempPath[MAX_PATH], initDir[MAX_PATH];
diff --git a/plugins/SplashScreen/src/resource.h b/plugins/SplashScreen/src/resource.h index 94480d0ce5..5920dc5806 100644 --- a/plugins/SplashScreen/src/resource.h +++ b/plugins/SplashScreen/src/resource.h @@ -1,5 +1,5 @@ //{{NO_DEPENDENCIES}}
-// Microsoft Developer Studio generated include file.
+// Microsoft Visual C++ generated include file.
// Used by splash.rc
//
#define IDD_SPLASH_OPT 102
@@ -19,6 +19,7 @@ #define IDC_FOSTEP 1017
#define IDC_FO_SPIN 1018
#define IDC_RANDOM 1019
+#define IDC_GETSPLASHES 1020
#define IDC_LOOPSOUND 1022
#define IDC_SHOWVERSION 1023
#define IDC_VERSIONPREFIX 1024
@@ -28,7 +29,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 104
+#define _APS_NEXT_RESOURCE_VALUE 105
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1026
#define _APS_NEXT_SYMED_VALUE 101
|