]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/wingdi.c
Use gettext_noop() consistently
[vlc] / modules / video_output / msw / wingdi.c
index 47712b971ed7153789814544d190e1971d131d15..abf4cf95272cb9f82e4ee06f044d93263f7bbfa6 100755 (executable)
@@ -137,11 +137,11 @@ vlc_module_begin();
     set_subcategory( SUBCAT_VIDEO_VOUT );
 #ifdef MODULE_NAME_IS_wingapi
     set_shortname( "Windows GAPI" );
-    set_description( _("Windows GAPI video output") );
+    set_description( N_("Windows GAPI video output") );
     set_capability( "video output", 20 );
 #else
     set_shortname( "Windows GDI" );
-    set_description( _("Windows GDI video output") );
+    set_description( N_("Windows GDI video output") );
     set_capability( "video output", 10 );
 #endif
     set_callbacks( OpenVideo, CloseVideo );