[vlc-commits] Revert "intf-add: update cli interface name"
Pierre Ynard
git at videolan.org
Wed Jun 22 00:53:43 CEST 2011
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Wed Jun 22 00:45:06 2011 +0200| [4ac1ee6ce5b4df517f1b076f988b42837de66fad] | committer: Pierre Ynard
Revert "intf-add: update cli interface name"
Windows still uses the oldrc interface (which is not aliased as cli).
This reverts commit e1eccb1f1e8e087b04023860f6e92d07eafe8a3d.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4ac1ee6ce5b4df517f1b076f988b42837de66fad
---
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 d902349..b22a8fe 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 *chain )
var_Change( p_intf, "intf-add", VLC_VAR_SETTEXT, &text, NULL );
if( isatty( 0 ) )
{
- val.psz_string = (char *)"cli";
+ val.psz_string = (char *)"rc";
text.psz_string = (char *)_("Console");
var_Change( p_intf, "intf-add", VLC_VAR_ADDCHOICE, &val, &text );
}
More information about the vlc-commits
mailing list