From 1baa80632f0084ce847e63aadad898a85c62b196 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 25 May 2018 22:55:35 +0300 Subject: fixes #1377 ("Options -> Plugins -> Download more plugins" opens Miranda folder instead of website) --- src/mir_app/src/pluginopts.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mir_app/src/pluginopts.cpp b/src/mir_app/src/pluginopts.cpp index 8005898105..7358667274 100644 --- a/src/mir_app/src/pluginopts.cpp +++ b/src/mir_app/src/pluginopts.cpp @@ -236,8 +236,8 @@ class CPluginOptDlg : public CDlgBase public: CPluginOptDlg() : CDlgBase(g_plugin, IDD_OPT_PLUGINS), - m_link(this, IDC_GETMOREPLUGINS), - m_plugUrl(this, IDC_PLUGINURL, "https://miranda-ng.org/downloads/"), + m_link(this, IDC_GETMOREPLUGINS, "https://miranda-ng.org/downloads/"), + m_plugUrl(this, IDC_PLUGINURL), m_author(this, IDC_PLUGINAUTHOR), m_plugPid(this, IDC_PLUGINPID), m_plugInfo(this, IDC_PLUGINLONGINFO), -- cgit v1.2.3