From bc1445691f2737bc1541dd591f5b4e4dd8784013 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 22 Oct 2011 01:48:28 +0200 Subject: [PATCH] Audiobar: fix copyright years and shortname --- modules/audio_filter/audiobargraph_a.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 ) -- 2.39.2