summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-09-01 11:51:42 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-09-01 11:51:42 +0300
commit907bcc72133babf63b73218981798716de0ac4d0 (patch)
treea74e3b1b9bc0e378a7eb8ac4dc6e0fe50f05da87
parent28ced83d8dc66de5c964cf4f2e72d591586f396d (diff)
fixes #3185 (Ссылка из раздела "Значки" должна вести конкретно на значки, а не в корень сайта)
-rw-r--r--src/mir_app/src/skin2opts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/skin2opts.cpp b/src/mir_app/src/skin2opts.cpp
index e96d8186b5..5d1cd2e072 100644
--- a/src/mir_app/src/skin2opts.cpp
+++ b/src/mir_app/src/skin2opts.cpp
@@ -531,7 +531,7 @@ public:
CDlgBase(g_plugin, IDD_OPT_ICOLIB),
m_preview(this, IDC_PREVIEW),
m_btnImport(this, IDC_IMPORT),
- m_urlGetMore(this, IDC_GETMORE, "https://miranda-ng.org/"),
+ m_urlGetMore(this, IDC_GETMORE, "https://miranda-ng.org/tags/icons"),
m_btnLoadIcons(this, IDC_LOADICONS),
m_categoryList(this, IDC_CATEGORYLIST)
{