From: RĂ©mi Denis-Courmont Date: Sun, 2 Feb 2014 11:21:37 +0000 (+0200) Subject: RC: remove last stray reference to the menu command (fixes #10539) X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c33e62ce48892dcc367632d53e16dd676ea8f89b;p=vlc RC: remove last stray reference to the menu command (fixes #10539) --- diff --git a/modules/control/rc.c b/modules/control/rc.c index da43b4ff1a..d4cf792dea 100644 --- a/modules/control/rc.c +++ b/modules/control/rc.c @@ -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)"));