Fix the paste over dialog

This commit is contained in:
Thomas Goyne 2014-05-24 07:10:40 -07:00
parent b370e1af53
commit 4598a23485
1 changed files with 1 additions and 1 deletions

View File

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