summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/Options.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2017-12-03 20:29:13 +0300
committerKirill Volinsky <mataes2007@gmail.com>2017-12-03 20:29:13 +0300
commitd6b147c2ee5ec58921d447a7fbccdf7965a3aeb9 (patch)
treec8069483d2173e565b75396ccac881041fd63327 /plugins/IEView/src/Options.cpp
parentae78d4c055382b4af8608f554ea0f8b44b350a47 (diff)
IEView: added link to addons site
Diffstat (limited to 'plugins/IEView/src/Options.cpp')
-rw-r--r--plugins/IEView/src/Options.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/IEView/src/Options.cpp b/plugins/IEView/src/Options.cpp
index 36b9726dd4..bad5e10bba 100644
--- a/plugins/IEView/src/Options.cpp
+++ b/plugins/IEView/src/Options.cpp
@@ -639,6 +639,9 @@ static INT_PTR CALLBACK IEViewSRMMOptDlgProc(HWND hwndDlg, UINT msg, WPARAM wPar
UpdateControlsState(hwndDlg);
MarkChanges(2, hwndDlg);
break;
+ case IDC_GETTEMPLATES:
+ Utils_OpenUrl("https://miranda-ng.org/addons/category/16");
+ break;
}
}
break;