Skip to content

Commit

Permalink
Merge pull request #383 from stephenegriffin/master
Browse files Browse the repository at this point in the history
merge from master
  • Loading branch information
stephenegriffin committed Jun 11, 2020
2 parents 369046a + ec7d0f1 commit ffea749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Dialogs/ContentsTable/FolderDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ namespace dialog

bool bMultiSelect = numSelected > 1;
auto exporter = file::exporter();
if (!WC_B(exporter.init(this, bMultiSelect, m_lpMapiObjects->GetAddrBook(true))))
if (!exporter.init(this, bMultiSelect, m_lpMapiObjects->GetAddrBook(true)))
{
return;
}
Expand Down

0 comments on commit ffea749

Please sign in to comment.