diff options
Diffstat (limited to 'src/mir_app')
-rw-r--r-- | src/mir_app/src/sounds.cpp | 2 |
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);
|