diff options
author | George Hazan <ghazan@miranda.im> | 2018-08-29 19:35:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-08-29 19:35:15 +0300 |
commit | 8f6490d624406c2ed20f0c1b15313302d9414569 (patch) | |
tree | 135e6f2556c26d632a143a4ca670e6881849bce7 /plugins/Msg_Export | |
parent | 634ded759c8208a62ea1ce4dd9bb5fa708ff0c33 (diff) |
fixes #1553 completely
Diffstat (limited to 'plugins/Msg_Export')
-rwxr-xr-x | plugins/Msg_Export/src/options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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
|