]> git.sesse.net Git - vlc/commitdiff
libvlc.h: compile fix (s/_N/N_/)
authorEric Petit <titer@videolan.org>
Thu, 23 Jun 2005 23:15:44 +0000 (23:15 +0000)
committerEric Petit <titer@videolan.org>
Thu, 23 Jun 2005 23:15:44 +0000 (23:15 +0000)
src/libvlc.h

index 0ea17a5dd55e40dce1888e23328e499d4008a4aa..d222f21fd0ba566ee6fb91aa4fd9d3c60fe7bf11 100644 (file)
@@ -30,7 +30,7 @@ static char *ppsz_language[] =
 { "auto", "en", "en_GB", "ca", "da", "de", "es",
   "fr", "it", "ja", "nl", "pt_BR", "ru", "zh_TW" };
 static char *ppsz_language_text[] =
-{ N_("Auto"), N_("American"), N_("British"), N_("Catalan"), N_("Danish"), N_("German"), N_("Spanish"), N_("French"), N_("Italian"), N_("Japanese"), N_("Dutch"), N_("Brazilian"), _N("Russian"), N_("Chinese Traditional") };
+{ N_("Auto"), N_("American"), N_("British"), N_("Catalan"), N_("Danish"), N_("German"), N_("Spanish"), N_("French"), N_("Italian"), N_("Japanese"), N_("Dutch"), N_("Brazilian"), N_("Russian"), N_("Chinese Traditional") };
 
 static char *ppsz_snap_formats[] =
 { "png", "jpg" };