diff options
author | dartraiden <wowemuh@gmail.com> | 2022-09-01 02:15:36 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-09-01 02:15:36 +0300 |
commit | 28ced83d8dc66de5c964cf4f2e72d591586f396d (patch) | |
tree | a6a11427f33172f2cc2f1ab0e5c1a2d51554690f /plugins/TipperYM/src | |
parent | f787825fea601eaece7f20ad11a444c1766bcb2e (diff) |
Fix addons URL
Diffstat (limited to 'plugins/TipperYM/src')
-rw-r--r-- | plugins/TipperYM/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
}
|