]> git.sesse.net Git - vlc/blobdiff - modules/video_output/directx/glwin32.c
* backport of [11257] to trunk
[vlc] / modules / video_output / directx / glwin32.c
index 41cbbddc82d622e74e5d1a43bd51061bf7893457..fddb20394ad751ff4f797b69e92b360047ca6137 100644 (file)
@@ -61,7 +61,7 @@ static void GLSwapBuffers( vout_thread_t * );
 vlc_module_begin();
     set_category( CAT_VIDEO );
     set_subcategory( SUBCAT_VIDEO_VOUT );
-    set_shortname( _("OpenGL" ) );
+    set_shortname( "OpenGL" );
     set_description( _("OpenGL video output") );
     set_capability( "opengl provider", 100 );
     add_shortcut( "glwin32" );