From dc334f75b92a1a5480041ad7b351ee9d4cd77187 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 21 Dec 2016 16:12:09 +0000 Subject: [PATCH] White space. --- src/wx/subtitle_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/subtitle_panel.cc b/src/wx/subtitle_panel.cc index b4c031ed0..91e2847dd 100644 --- a/src/wx/subtitle_panel.cc +++ b/src/wx/subtitle_panel.cc @@ -154,7 +154,7 @@ SubtitlePanel::SubtitlePanel (ContentPanel* p) _y_scale->Bind (wxEVT_SPINCTRL, boost::bind (&SubtitlePanel::y_scale_changed, this)); _line_spacing->Bind (wxEVT_SPINCTRL, boost::bind (&SubtitlePanel::line_spacing_changed, this)); _language->Bind (wxEVT_TEXT, boost::bind (&SubtitlePanel::language_changed, this)); - _stream->Bind (wxEVT_CHOICE, boost::bind (&SubtitlePanel::stream_changed, this)); + _stream->Bind (wxEVT_CHOICE, boost::bind (&SubtitlePanel::stream_changed, this)); _subtitle_view_button->Bind (wxEVT_BUTTON, boost::bind (&SubtitlePanel::subtitle_view_clicked, this)); _fonts_dialog_button->Bind (wxEVT_BUTTON, boost::bind (&SubtitlePanel::fonts_dialog_clicked, this)); _appearance_dialog_button->Bind (wxEVT_BUTTON, boost::bind (&SubtitlePanel::appearance_dialog_clicked, this)); -- 2.30.2