diff options
author | George Hazan <ghazan@miranda.im> | 2021-12-10 18:58:46 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-12-10 18:58:46 +0300 |
commit | f2a434a0b4809d0445b72c36e1f20030d96d31ad (patch) | |
tree | 0cc90c89bb62b1930fffd22ebdc826e4225b09ba /plugins/TabSRMM/src/msgoptions.cpp | |
parent | 4b01c007469ad2ddf79b5aac141782fbf2edf73f (diff) |
fixes #2895 (Clist_modern: various quirks with embedded clists, metacontacts & drag-n-drops)
Diffstat (limited to 'plugins/TabSRMM/src/msgoptions.cpp')
-rw-r--r-- | plugins/TabSRMM/src/msgoptions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/msgoptions.cpp b/plugins/TabSRMM/src/msgoptions.cpp index fcdcc1ca5e..9df4fd1f6a 100644 --- a/plugins/TabSRMM/src/msgoptions.cpp +++ b/plugins/TabSRMM/src/msgoptions.cpp @@ -1043,8 +1043,8 @@ class COptTypingDlg : public CDlgBase }
public:
- COptTypingDlg()
- : CDlgBase(g_plugin, IDD_OPT_MSGTYPE),
+ COptTypingDlg() :
+ CDlgBase(g_plugin, IDD_OPT_MSGTYPE),
urlHelp(this, IDC_MTN_HELP, "https://wiki.miranda-ng.org/index.php?title=Plugin:TabSRMM/en/Advanced_tweaks"),
m_clist(this, IDC_CLIST),
chkWin(this, IDC_TYPEWIN),
|