]> git.sesse.net Git - vlc/blobdiff - modules/video_output/directx/glwin32.c
More prefs fixes
[vlc] / modules / video_output / directx / glwin32.c
index c3b83694c5ae749fe6d1aa2355834fe2557c2196..41cbbddc82d622e74e5d1a43bd51061bf7893457 100644 (file)
@@ -61,7 +61,8 @@ static void GLSwapBuffers( vout_thread_t * );
 vlc_module_begin();
     set_category( CAT_VIDEO );
     set_subcategory( SUBCAT_VIDEO_VOUT );
-    set_description( _("Win32 OpenGL provider") );
+    set_shortname( _("OpenGL" ) );
+    set_description( _("OpenGL video output") );
     set_capability( "opengl provider", 100 );
     add_shortcut( "glwin32" );
     set_callbacks( OpenVideo, CloseVideo );