summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/Options.cpp
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2022-09-01 02:15:36 +0300
committerdartraiden <wowemuh@gmail.com>2022-09-01 02:15:36 +0300
commit28ced83d8dc66de5c964cf4f2e72d591586f396d (patch)
treea6a11427f33172f2cc2f1ab0e5c1a2d51554690f /plugins/IEView/src/Options.cpp
parentf787825fea601eaece7f20ad11a444c1766bcb2e (diff)
Fix addons URL
Diffstat (limited to 'plugins/IEView/src/Options.cpp')
-rw-r--r--plugins/IEView/src/Options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/Options.cpp b/plugins/IEView/src/Options.cpp
index 09e4226c82..7938b5ed42 100644
--- a/plugins/IEView/src/Options.cpp
+++ b/plugins/IEView/src/Options.cpp
@@ -570,7 +570,7 @@ static INT_PTR CALLBACK IEViewSRMMOptDlgProc(HWND hwndDlg, UINT msg, WPARAM wPar
MarkChanges(2, hwndDlg);
break;
case IDC_GETTEMPLATES:
- Utils_OpenUrl("https://miranda-ng.org/addons/category/16");
+ Utils_OpenUrl("https://miranda-ng.org/tags/ieview-templates/");
break;
}
break;