summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-08-30 20:38:06 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-08-30 20:38:06 +0300
commit14904b103a55f2bba92a57804a4737c6dd9c2259 (patch)
tree5d404a5595a39f546320113bd1e99a566a72c14b
parentbdb212f7df40e0cb8958583ce72d2d4a45076917 (diff)
fix for URL
-rw-r--r--src/mir_app/src/sounds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/sounds.cpp b/src/mir_app/src/sounds.cpp
index 964e397f88..ab23fdf386 100644
--- a/src/mir_app/src/sounds.cpp
+++ b/src/mir_app/src/sounds.cpp
@@ -113,7 +113,7 @@ public:
chkSounds(this, IDC_ENABLESOUNDS),
btnChange(this, IDC_CHANGE),
btnPreview(this, IDC_PREVIEW),
- linkGetMore(this, IDC_GETMORE, "https://miranda-ng.org/addons/category/14")
+ linkGetMore(this, IDC_GETMORE, "https://miranda-ng.org/tags/sounds")
{
btnChange.OnClick = Callback(this, &CSoundOptionsDlg::onClick_Change);
btnPreview.OnClick = Callback(this, &CSoundOptionsDlg::onClick_Preview);