[vlc-devel] commit: Don't waste translator's time... ( Rémi Denis-Courmont )
    git version control 
    git at videolan.org
       
    Thu Feb 18 18:32:38 CET 2010
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Feb 18 19:32:06 2010 +0200| [89212e6963c7b240a4d8132eaeb5c610513b4d32] | committer: Rémi Denis-Courmont 
Don't waste translator's time...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=89212e6963c7b240a4d8132eaeb5c610513b4d32
---
 modules/video_filter/filter_event_info.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_filter/filter_event_info.h b/modules/video_filter/filter_event_info.h
index b6cd6dc..6f8bb8f 100644
--- a/modules/video_filter/filter_event_info.h
+++ b/modules/video_filter/filter_event_info.h
@@ -24,7 +24,7 @@
 #ifndef FILTER_EVENT_INFO_H_
 #define FILTER_EVENT_INFO_H_
 
-#define VIDEO_FILTER_EVENT_VARIABLE N_("video-filter-event")
+#define VIDEO_FILTER_EVENT_VARIABLE "video-filter-event"
 
 typedef struct video_filter_region_info_t
 {
    
    
More information about the vlc-devel
mailing list