]> git.sesse.net Git - vlc/blobdiff - modules/access/dvdnav.c
Really fix all the set_name.
[vlc] / modules / access / dvdnav.c
index 0b983a923a454d196d2d79347dc74c26bebb29f1..5e024e9569ffe9d1d6bd102ba94c7a061b972286 100644 (file)
@@ -69,7 +69,7 @@ static int  Open ( vlc_object_t * );
 static void Close( vlc_object_t * );
 
 vlc_module_begin();
-    set_name( _("DVD with menus (DVD with menu support)") );
+    set_shortname( _("DVD with menus") );
     set_description( _("DVDnav Input") );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_ACCESS );