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
0991948a
Commit
0991948a
authored
Feb 01, 2014
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Old RC: remove reference to former menu command (fixes #10539)
parent
39053b70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/control/rc.c
modules/control/rc.c
+4
-4
No files found.
modules/control/rc.c
View file @
0991948a
...
...
@@ -963,7 +963,7 @@ static int Input( vlc_object_t *p_this, char const *psz_cmd,
if
(
(
state
==
PAUSE_S
)
&&
(
strcmp
(
psz_cmd
,
"pause"
)
!=
0
)
&&
(
strcmp
(
psz_cmd
,
"frame"
)
!=
0
)
)
{
msg_rc
(
"%s"
,
_
(
"Press
menu select or
pause to continue."
)
);
msg_rc
(
"%s"
,
_
(
"Press pause to continue."
)
);
}
else
/* Parse commands that only require an input */
...
...
@@ -1189,7 +1189,7 @@ static int Playlist( vlc_object_t *p_this, char const *psz_cmd,
if
(
state
==
PAUSE_S
)
{
msg_rc
(
"%s"
,
_
(
"Type '
menu select' or '
pause' to continue."
)
);
msg_rc
(
"%s"
,
_
(
"Type 'pause' to continue."
)
);
return
VLC_EGENERIC
;
}
}
...
...
@@ -1444,7 +1444,7 @@ static int Volume( vlc_object_t *p_this, char const *psz_cmd,
vlc_object_release
(
p_input
);
if
(
state
==
PAUSE_S
)
{
msg_rc
(
"%s"
,
_
(
"Type '
menu select' or '
pause' to continue."
)
);
msg_rc
(
"%s"
,
_
(
"Type 'pause' to continue."
)
);
return
VLC_EGENERIC
;
}
}
...
...
@@ -1488,7 +1488,7 @@ static int VolumeMove( vlc_object_t *p_this, char const *psz_cmd,
vlc_object_release
(
p_input
);
if
(
state
==
PAUSE_S
)
{
msg_rc
(
"%s"
,
_
(
"Type '
menu select' or '
pause' to continue."
)
);
msg_rc
(
"%s"
,
_
(
"Type 'pause' to continue."
)
);
return
VLC_EGENERIC
;
}
...
...
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