Fix the paste over dialog

This commit is contained in:
Thomas Goyne 2014-05-24 07:10:40 -07:00
parent b370e1af53
commit 4598a23485

View file

@ -114,7 +114,7 @@ void DialogPasteOver::OnOK(wxCommandEvent &) {
options.push_back(ListBox->IsChecked(i)); options.push_back(ListBox->IsChecked(i));
OPT_SET("Tool/Paste Lines Over/Fields")->SetListBool(std::move(options)); OPT_SET("Tool/Paste Lines Over/Fields")->SetListBool(std::move(options));
EndModal(0); EndModal(wxID_OK);
} }
void DialogPasteOver::OnText(wxCommandEvent &) { void DialogPasteOver::OnText(wxCommandEvent &) {