From 3f358a39b6198d1277cb6559b59a6ec2c5a4a8ed Mon Sep 17 00:00:00 2001 From: James Crook Date: Fri, 2 Mar 2018 18:19:23 +0000 Subject: [PATCH] Remove results window from BatchProcessDialog - It isn't needed as the results go to the Long Message Dialog window. --- src/BatchProcessDialog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BatchProcessDialog.cpp b/src/BatchProcessDialog.cpp index c2be887d1..fe8dac057 100644 --- a/src/BatchProcessDialog.cpp +++ b/src/BatchProcessDialog.cpp @@ -170,7 +170,6 @@ void BatchProcessDialog::OnApplyToProject(wxCommandEvent & WXUNUSED(event)) S.SetBorder(20); S.AddFixedText(wxString::Format(_("Applying '%s' to current project"), name)); - mResults = S.AddTextWindow( wxT("") ); } S.EndStatic(); }