From: Jean-Baptiste Kempf Date: Fri, 21 Oct 2011 23:48:28 +0000 (+0200) Subject: Audiobar: fix copyright years and shortname X-Git-Tag: 1.2.0-pre1~111 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=bc1445691f2737bc1541dd591f5b4e4dd8784013 Audiobar: fix copyright years and shortname --- diff --git a/modules/audio_filter/audiobargraph_a.c b/modules/audio_filter/audiobargraph_a.c index 82084fb604..7236eb3af4 100644 --- a/modules/audio_filter/audiobargraph_a.c +++ b/modules/audio_filter/audiobargraph_a.c @@ -1,7 +1,7 @@ /***************************************************************************** * audiobargraph_a.c : audiobargraph audio plugin for vlc ***************************************************************************** - * Copyright (C) 2002-2006 the VideoLAN team + * Copyright (C) 2002-2009 the VideoLAN team * $Id$ * * Authors: Clement CHESNIN @@ -37,8 +37,6 @@ #include #include - - #define ADDRESS_TEXT N_("TCP address to use (default localhost)") #define ADDRESS_LONGTEXT N_("TCP address to use to communicate with the video "\ "part of the Bar Graph (default localhost)." \ @@ -82,7 +80,7 @@ static block_t *DoWork( filter_t *, block_t * ); vlc_module_begin () set_description( N_("Audio part of the BarGraph function") ) - set_shortname( N_("audiobargraph_a") ) + set_shortname( N_("Audiobar Graph") ) set_capability( "audio filter", 0 ) set_category( CAT_AUDIO ) set_subcategory( SUBCAT_AUDIO_AFILTER )