]> git.sesse.net Git - vlc/blobdiff - modules/video_output/x11/x11.c
Really fix all the set_name.
[vlc] / modules / video_output / x11 / x11.c
index 972c7df552df54f2c2951707c8e51b9f73a71bb9..1ea480fbb414b33618682bf22682f39aab1138de 100644 (file)
@@ -64,7 +64,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_("X11") );
+    set_shortname( N_("X11") );
     set_category( CAT_VIDEO );
     set_subcategory( SUBCAT_VIDEO_VOUT );
     add_string( "x11-display", NULL, NULL, DISPLAY_TEXT, DISPLAY_LONGTEXT, VLC_TRUE );