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/TipperYM/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TipperYM/src') diff --git a/plugins/TipperYM/src/options.cpp b/plugins/TipperYM/src/options.cpp index 20b97c1b5b..afcd85ba5d 100644 --- a/plugins/TipperYM/src/options.cpp +++ b/plugins/TipperYM/src/options.cpp @@ -1837,7 +1837,7 @@ INT_PTR CALLBACK DlgProcOptsSkin(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM l else if (LOWORD(wParam) == IDC_CHK_LOADPROPORTIONS) opt.bLoadProportions = IsDlgButtonChecked(hwndDlg, IDC_CHK_LOADPROPORTIONS) ? true : false; else if (LOWORD(wParam) == IDC_BTN_GETSKINS) - Utils_OpenUrl("https://miranda-ng.org/addons/category/48"); + Utils_OpenUrl("https://miranda-ng.org/tags/tipper/"); break; } -- cgit v1.2.3