]> git.sesse.net Git - vlc/commitdiff
rss.c: change module shortname
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 18 Feb 2006 23:08:23 +0000 (23:08 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 18 Feb 2006 23:08:23 +0000 (23:08 +0000)
modules/video_filter/rss.c

index c6fca699e33434213121df783004b8a07326840f..c810c9d47435110c37b82d268910e7c66c9406cb 100644 (file)
@@ -156,7 +156,7 @@ static char *ppsz_pos_descriptions[] =
  *****************************************************************************/
 vlc_module_begin();
     set_capability( "sub filter", 0 );
-    set_shortname( "RSS" );
+    set_shortname( "RSS / Atom" );
     set_callbacks( CreateFilter, DestroyFilter );
     set_category( CAT_VIDEO );
     set_subcategory( SUBCAT_VIDEO_SUBPIC );