diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-02 16:14:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-02 16:14:25 +0100 |
| commit | c83860a39065c9b5d767e134a4f8ed494305960f (patch) | |
| tree | 09ff2fcef061b9f25a8da1bbaf14975d0d33263b /src | |
| parent | 1b47a935c742ccd036312c694d17d1d9778b1b12 (diff) | |
Fix startup crash.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/dcp_panel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index cf5c50977..96a7e6abc 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -655,6 +655,7 @@ DCPPanel::make_audio_panel () _audio_channels->Append (wxString::Format ("%d", i)); } grid->Add (_audio_channels, wxGBPosition (r, 1)); + ++r; add_label_to_grid_bag_sizer (grid, panel, _("Processor"), true, wxGBPosition (r, 0)); _audio_processor = new wxChoice (panel, wxID_ANY); |
