From 8f6490d624406c2ed20f0c1b15313302d9414569 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 29 Aug 2018 19:35:15 +0300 Subject: fixes #1553 completely --- plugins/Msg_Export/src/options.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/Msg_Export/src/options.cpp b/plugins/Msg_Export/src/options.cpp index 8f5072c09e..370a409c65 100755 --- a/plugins/Msg_Export/src/options.cpp +++ b/plugins/Msg_Export/src/options.cpp @@ -821,6 +821,7 @@ public: chkFdNothing(this, IDC_FD_NOTHING), listProtos(this, IDC_EXPORT_PROTOS) { + btnDebug.OnClick = Callback(this, &CAdvancedOptDlg::onClick_Debug); } bool OnInitDialog() override -- cgit v1.2.3