Commit 4ec24960 authored by Eric Petit's avatar Eric Petit

libvlc.h: compile fix (s/_N/N_/)

parent 92441127
...@@ -30,7 +30,7 @@ static char *ppsz_language[] = ...@@ -30,7 +30,7 @@ static char *ppsz_language[] =
{ "auto", "en", "en_GB", "ca", "da", "de", "es", { "auto", "en", "en_GB", "ca", "da", "de", "es",
"fr", "it", "ja", "nl", "pt_BR", "ru", "zh_TW" }; "fr", "it", "ja", "nl", "pt_BR", "ru", "zh_TW" };
static char *ppsz_language_text[] = 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[] = static char *ppsz_snap_formats[] =
{ "png", "jpg" }; { "png", "jpg" };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment