Commit e1eccb1f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

intf-add: update cli interface name

parent 8ac46648
......@@ -87,7 +87,7 @@ int intf_Create( vlc_object_t *p_this, const char *psz_module )
var_Change( p_intf, "intf-add", VLC_VAR_SETTEXT, &text, NULL );
if( isatty( 0 ) )
{
val.psz_string = (char *)"rc";
val.psz_string = (char *)"cli";
text.psz_string = (char *)_("Console");
var_Change( p_intf, "intf-add", VLC_VAR_ADDCHOICE, &val, &text );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment