]> git.sesse.net Git - vlc/blobdiff - modules/video_output/fb.c
* backport of [11386]
[vlc] / modules / video_output / fb.c
index 0cca7d4338d1cff4fa7171161921c44eeac4b515..24066de168710a96db10695b5b28fcdaec39c728 100644 (file)
@@ -70,7 +70,7 @@ static void GfxMode        ( int i_tty );
     "for rendering (usually /dev/fb0).")
 
 vlc_module_begin();
-    set_shortname( "FB" );
+    set_shortname( "Framebuffer" );
     set_category( CAT_VIDEO );
     set_subcategory( SUBCAT_VIDEO_VOUT );
     add_file( FB_DEV_VAR, "/dev/fb0", NULL, DEVICE_TEXT, DEVICE_LONGTEXT,