From 28ced83d8dc66de5c964cf4f2e72d591586f396d Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 1 Sep 2022 02:15:36 +0300 Subject: Fix addons URL --- plugins/SplashScreen/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SplashScreen/src') diff --git a/plugins/SplashScreen/src/options.cpp b/plugins/SplashScreen/src/options.cpp index 8925965151..c9f148bc3c 100644 --- a/plugins/SplashScreen/src/options.cpp +++ b/plugins/SplashScreen/src/options.cpp @@ -188,7 +188,7 @@ INT_PTR CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lP } case IDC_GETSPLASHES: - Utils_OpenUrl("https://miranda-ng.org/addons/category/15"); + Utils_OpenUrl("https://miranda-ng.org/tags/splash-screens/"); break; case IDC_CHOOSESND: -- cgit v1.2.3