Commit 4ac1ee6c authored by Pierre Ynard's avatar Pierre Ynard

Revert "intf-add: update cli interface name"

Windows still uses the oldrc interface (which is not aliased as cli).
This reverts commit e1eccb1f.
parent e9cff78d
...@@ -87,7 +87,7 @@ int intf_Create( vlc_object_t *p_this, const char *chain ) ...@@ -87,7 +87,7 @@ int intf_Create( vlc_object_t *p_this, const char *chain )
var_Change( p_intf, "intf-add", VLC_VAR_SETTEXT, &text, NULL ); var_Change( p_intf, "intf-add", VLC_VAR_SETTEXT, &text, NULL );
if( isatty( 0 ) ) if( isatty( 0 ) )
{ {
val.psz_string = (char *)"cli"; val.psz_string = (char *)"rc";
text.psz_string = (char *)_("Console"); text.psz_string = (char *)_("Console");
var_Change( p_intf, "intf-add", VLC_VAR_ADDCHOICE, &val, &text ); 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