summaryrefslogtreecommitdiff
path: root/plugins/SplashScreen/src/options.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2017-12-03 20:43:53 +0300
committerKirill Volinsky <mataes2007@gmail.com>2017-12-03 20:43:53 +0300
commit0ec22ff6659d9c64f4fbfdd6ead6dcd9f67215c3 (patch)
treef1637ea011527b3f4a49ee9eb6cb7b06fc2511b6 /plugins/SplashScreen/src/options.cpp
parentd6b147c2ee5ec58921d447a7fbccdf7965a3aeb9 (diff)
SplashScreen: added link to addons site
Diffstat (limited to 'plugins/SplashScreen/src/options.cpp')
-rw-r--r--plugins/SplashScreen/src/options.cpp4
1 files changed, 4 insertions, 0 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];