Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
75f950e6
Commit
75f950e6
authored
Jan 17, 2005
by
Yoann Peronneau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* wxwindows/subtitles.cpp: subtitle delay can also be <0 (now from -30000 to +30000)
parent
f93a18d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/gui/wxwindows/subtitles.cpp
modules/gui/wxwindows/subtitles.cpp
+1
-1
No files found.
modules/gui/wxwindows/subtitles.cpp
View file @
75f950e6
...
...
@@ -231,7 +231,7 @@ SubsFileDialog::SubsFileDialog( intf_thread_t *_p_intf, wxWindow* _p_parent ):
delay_spinctrl
=
new
wxSpinCtrl
(
panel
,
-
1
,
format_delay
,
wxDefaultPosition
,
wxDefaultSize
,
wxSP_ARROW_KEYS
,
0
,
16
000
,
i_delay
);
-
30000
,
30
000
,
i_delay
);
delay_spinctrl
->
SetToolTip
(
wxU
(
_
(
"Set subtitle delay (in 1/10s)"
)
)
);
grid_sizer
->
Add
(
label_delay
,
0
,
wxALIGN_CENTER
,
5
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment