Skip to content

Commit

Permalink
RC: remove last stray reference to the menu command (fixes #10539)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Feb 2, 2014
1 parent 0991948 commit c33e62c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/control/rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,6 @@ static void Help( intf_thread_t *p_intf)
msg_rc("%s", _("| snapshot . . . . . . . . . . . . take video snapshot"));
msg_rc("%s", _("| strack [X] . . . . . . . . . set/get subtitle track"));
msg_rc("%s", _("| key [hotkey name] . . . . . . simulate hotkey press"));
msg_rc("%s", _("| menu . . [on|off|up|down|left|right|select] use menu"));
msg_rc( "| ");
msg_rc("%s", _("| help . . . . . . . . . . . . . . . this help message"));
msg_rc("%s", _("| logout . . . . . . . exit (if in socket connection)"));
Expand Down

0 comments on commit c33e62c

Please sign in to comment.