diff options
Diffstat (limited to 'plugins/TabSRMM/src/templates.cpp')
-rw-r--r-- | plugins/TabSRMM/src/templates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/templates.cpp b/plugins/TabSRMM/src/templates.cpp index 48433b5192..52c5ca98b9 100644 --- a/plugins/TabSRMM/src/templates.cpp +++ b/plugins/TabSRMM/src/templates.cpp @@ -114,7 +114,7 @@ void LoadDefaultTemplates() } CTemplateEditDlg::CTemplateEditDlg(BOOL _rtl, HWND hwndParent) : - CSuper(IDD_TEMPLATEEDIT), + CSuper(IDD_TEMPLATEEDIT, 0), rtl(_rtl), edtText(this, IDC_EDITTEMPLATE), urlHelp(this, IDC_VARIABLESHELP, "https://wiki.miranda-ng.org/index.php?title=Plugin:TabSRMM/en/Templates"), |