]> git.sesse.net Git - vlc/commitdiff
intf-add: update cli interface name
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 20 Jun 2011 17:10:00 +0000 (20:10 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 20 Jun 2011 17:10:00 +0000 (20:10 +0300)
src/interface/interface.c

index 800a20c1617e5964eaa0ef5ec82bcaf5753d9e78..7f00d716d38eeda650bd2b5bffa2d28727f931ec 100644 (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 );
     }