summaryrefslogtreecommitdiffstats
path: root/GUI
diff options
context:
space:
mode:
Diffstat (limited to 'GUI')
-rw-r--r--GUI/GUI/GUI/Frame.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/GUI/GUI/GUI/Frame.cpp b/GUI/GUI/GUI/Frame.cpp
index 5029c9c..5c1fbeb 100644
--- a/GUI/GUI/GUI/Frame.cpp
+++ b/GUI/GUI/GUI/Frame.cpp
@@ -487,6 +487,7 @@ void Frame::OnSetupPython(wxCommandEvent& event)
void Frame::OnDumpMics(wxCommandEvent& event)
{
transcribe_out_->AppendText(PythonWrapper::DumpMics());
+ transcribe_out_->AppendText("\n");
}
#define DEBUG