diff options
author | dartraiden <wowemuh@gmail.com> | 2022-09-28 19:56:09 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-09-28 19:56:25 +0300 |
commit | f53bb5a7dd0568d7849b224db568e380bc147a76 (patch) | |
tree | 185cb19f179ebe55664b088378516ca6f17e76ee /src/mir_app | |
parent | 8dc3cb8f4989209c3fd463618055f3ae7fcab62e (diff) |
Point user to protocols list instead of website root
Diffstat (limited to 'src/mir_app')
-rw-r--r-- | src/mir_app/src/proto_opts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/proto_opts.cpp b/src/mir_app/src/proto_opts.cpp index ff67ef0092..c25a6c937b 100644 --- a/src/mir_app/src/proto_opts.cpp +++ b/src/mir_app/src/proto_opts.cpp @@ -237,7 +237,7 @@ public: CDlgBase(g_plugin, IDD_ACCMGR),
m_accList(this, IDC_ACCLIST),
m_name(this, IDC_NAME),
- m_link(this, IDC_LNK_ADDONS, "https://miranda-ng.org/"),
+ m_link(this, IDC_LNK_ADDONS, "https://wiki.miranda-ng.org/index.php?title=Category:Protocols"),
m_btnOk(this, IDOK),
m_btnAdd(this, IDC_ADD),
m_btnEdit(this, IDC_EDIT),
|