intf-add: update cli interface name

This commit is contained in:
Rémi Denis-Courmont 2011-06-20 20:10:00 +03:00
parent 8ac4664887
commit e1eccb1f1e

View File

@ -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 );
}