Commit 75f950e6 authored by Yoann Peronneau's avatar Yoann Peronneau

* wxwindows/subtitles.cpp: subtitle delay can also be <0 (now from -30000 to +30000)

parent f93a18d5
...@@ -231,7 +231,7 @@ SubsFileDialog::SubsFileDialog( intf_thread_t *_p_intf, wxWindow* _p_parent ): ...@@ -231,7 +231,7 @@ SubsFileDialog::SubsFileDialog( intf_thread_t *_p_intf, wxWindow* _p_parent ):
delay_spinctrl = new wxSpinCtrl( panel, -1, format_delay, delay_spinctrl = new wxSpinCtrl( panel, -1, format_delay,
wxDefaultPosition, wxDefaultSize, wxDefaultPosition, wxDefaultSize,
wxSP_ARROW_KEYS, wxSP_ARROW_KEYS,
0, 16000, i_delay ); -30000, 30000, i_delay );
delay_spinctrl->SetToolTip( wxU(_("Set subtitle delay (in 1/10s)" ) ) ); delay_spinctrl->SetToolTip( wxU(_("Set subtitle delay (in 1/10s)" ) ) );
grid_sizer->Add( label_delay , 0, wxALIGN_CENTER, 5 ); grid_sizer->Add( label_delay , 0, wxALIGN_CENTER, 5 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment