summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-25 23:02:35 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-25 23:02:35 +0300
commit83c27fd8c56bdaded7063c298e5e76e941d2bc6e (patch)
tree64053adb85e74db8a020d407a775aa08b62a2aa5 /src
parentf241ded42f1163c30bb6c4b533a7546b03d46a48 (diff)
merge with master to
fixes #1377 ("Options -> Plugins -> Download more plugins" opens Miranda folder instead of website)
Diffstat (limited to 'src')
-rw-r--r--src/mir_app/src/pluginopts.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mir_app/src/pluginopts.cpp b/src/mir_app/src/pluginopts.cpp
index f2730dcfaa..31172e66ce 100644
--- a/src/mir_app/src/pluginopts.cpp
+++ b/src/mir_app/src/pluginopts.cpp
@@ -238,8 +238,8 @@ class CPluginOptDlg : public CDlgBase
public:
CPluginOptDlg() :
CDlgBase(g_hInst, 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),