]> git.sesse.net Git - vlc/blobdiff - modules/video_output/vmem.c
Use gettext_noop() consistently
[vlc] / modules / video_output / vmem.c
index 8e355731bb5c209f83fc34fddf728bc089cec992..f699bf81452b2aed18128b6832a78a1004c6910f 100644 (file)
@@ -72,8 +72,8 @@ static int  UnlockPicture ( vout_thread_t *, picture_t * );
 #define LT_DATA N_( "Data for the locking and unlocking functions" )
 
 vlc_module_begin( );
-    set_description( _( "Video memory module" ) );
-    set_shortname( _("Video memory") );
+    set_description( N_( "Video memory module" ) );
+    set_shortname( N_("Video memory") );
 
     set_category( CAT_VIDEO );
     set_subcategory( SUBCAT_VIDEO_VOUT );