summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-12-21 16:12:09 +0000
committerCarl Hetherington <cth@carlh.net>2016-12-21 16:12:09 +0000
commitdc334f75b92a1a5480041ad7b351ee9d4cd77187 (patch)
tree37427a8caeb787f32af6e12e105f904bc314ad2d /src
parentef0d988398581bb0c4d96c9f9603bf48bad3c8a8 (diff)
White space.
Diffstat (limited to 'src')
-rw-r--r--src/wx/subtitle_panel.cc2
1 files changed, 1 insertions, 1 deletions
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));