White space.
authorCarl Hetherington <cth@carlh.net>
Wed, 21 Dec 2016 16:12:09 +0000 (16:12 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 21 Dec 2016 16:12:09 +0000 (16:12 +0000)
src/wx/subtitle_panel.cc

index b4c031ed00a43534bf8a2cdba3f23100bbfaf764..91e2847dd0a8138527ea088098ccfd0c46048141 100644 (file)
@@ -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));