]> git.sesse.net Git - vlc/blobdiff - modules/access/dvdread.c
Really fix all the set_name.
[vlc] / modules / access / dvdread.c
index dee89348449799e7d4cf40976cbee58a2558f442..cc35ac75ec30f3e578d1a4162b1f556b11ea79f9 100644 (file)
@@ -87,7 +87,7 @@ static int  Open ( vlc_object_t * );
 static void Close( vlc_object_t * );
 
 vlc_module_begin();
-    set_name( _("DVD without menus") );
+    set_shortname( _("DVD without menus") );
     set_description( _("DVDRead Input (DVD without menu support)") );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_ACCESS );