]> git.sesse.net Git - vlc/blobdiff - modules/access/http.c
Really fix all the set_name.
[vlc] / modules / access / http.c
index f0e2cc92595a2f881cdde7507f62b175ba3d2ee4..6e7045c0f98a7fefbd038b14e1da6d518165b482 100644 (file)
@@ -74,7 +74,7 @@ static void Close( vlc_object_t * );
 vlc_module_begin();
     set_description( _("HTTP input") );
     set_capability( "access2", 0 );
-    set_name( _( "HTTP/HTTPS" ) );
+    set_shortname( _( "HTTP/HTTPS" ) );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_ACCESS );