[vlc-commits] intf-add: update cli interface name

Rémi Denis-Courmont git at videolan.org
Mon Jun 20 19:10:11 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jun 20 20:10:00 2011 +0300| [e1eccb1f1e8e087b04023860f6e92d07eafe8a3d] | committer: Rémi Denis-Courmont

intf-add: update cli interface name

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e1eccb1f1e8e087b04023860f6e92d07eafe8a3d
---

 src/interface/interface.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/interface/interface.c b/src/interface/interface.c
index 800a20c..7f00d71 100644
--- a/src/interface/interface.c
+++ b/src/interface/interface.c
@@ -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 );
     }



More information about the vlc-commits mailing list