]> git.sesse.net Git - vlc/blobdiff - modules/video_output/x11/xvideo.c
Really fix all the set_name.
[vlc] / modules / video_output / x11 / xvideo.c
index e92e7cdac06ea94a78b3dc924b20de50d35e6fbf..ebadb3c2159f557db3fc57067f8b33f256b47fa7 100644 (file)
@@ -75,7 +75,7 @@ extern void E_(Deactivate) ( vlc_object_t * );
     "set it to 0 for first screen, 1 for the second.")
 
 vlc_module_begin();
-    set_name( N_("XVideo") );
+    set_shortname( N_("XVideo") );
     set_category( CAT_VIDEO );
     set_subcategory( SUBCAT_VIDEO_VOUT );
     add_string( "xvideo-display", NULL, NULL, DISPLAY_TEXT, DISPLAY_LONGTEXT, VLC_TRUE );