]> git.sesse.net Git - vlc/blobdiff - modules/video_output/directx/directx.c
* backport of [11257] to trunk
[vlc] / modules / video_output / directx / directx.c
index de5010a84fa0adb3392b5873921af7bbf19d2935..25ad98c2c223e8b71c6ff619c6a3c6ccf66f62d9 100644 (file)
@@ -141,7 +141,7 @@ static char *ppsz_dev[] = { "" };
 static char *ppsz_dev_text[] = { N_("Default") };
 
 vlc_module_begin();
-    set_shortname( _("DirectX") );
+    set_shortname( "DirectX" );
     set_category( CAT_VIDEO );
     set_subcategory( SUBCAT_VIDEO_VOUT );
     add_bool( "directx-hw-yuv", 1, NULL, HW_YUV_TEXT, HW_YUV_LONGTEXT,