Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
1a7c84d0
Commit
1a7c84d0
authored
Jan 25, 2004
by
Rocky Bernstein
Browse files
"Playback control LID" is too long. Shorten to "Playback LID"
parent
6efc2f97
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/gui/wxwindows/open.cpp
View file @
1a7c84d0
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* open.cpp : wxWindows plugin for vlc
* open.cpp : wxWindows plugin for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2000-2004 VideoLAN
* Copyright (C) 2000-2004 VideoLAN
* $Id: open.cpp,v 1.6
4
2004/01/25 0
7:48:04
rocky Exp $
* $Id: open.cpp,v 1.6
5
2004/01/25 0
8:01:13
rocky Exp $
*
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
*
...
@@ -1065,7 +1065,7 @@ void OpenDialog::OnDiscTypeChange( wxCommandEvent& WXUNUSED(event) )
...
@@ -1065,7 +1065,7 @@ void OpenDialog::OnDiscTypeChange( wxCommandEvent& WXUNUSED(event) )
*/
*/
#ifdef HAVE_VCDX
#ifdef HAVE_VCDX
disc_title_label
->
SetLabel
(
config_GetInt
(
p_intf
,
"vcdx-PBC"
)
disc_title_label
->
SetLabel
(
config_GetInt
(
p_intf
,
"vcdx-PBC"
)
?
wxT
(
"Playback
-control
LID"
)
:
wxT
(
"Entry"
)
);
?
wxT
(
"Playback LID"
)
:
wxT
(
"Entry"
)
);
disc_title
->
SetRange
(
0
,
999
);
disc_title
->
SetRange
(
0
,
999
);
i_selection
=
0
;
i_selection
=
0
;
#else
#else
...
...
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