]> git.sesse.net Git - vlc/commitdiff
Activate Walloon on win and mac
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 3 Dec 2009 12:35:40 +0000 (12:35 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 30 Mar 2010 22:59:48 +0000 (23:59 +0100)
src/libvlc-module.c

index b1384567698f150c47285c8ae30b8ec16de588f2..eab34dfafc4f85feb9a3d1d808188f9a68f776de 100644 (file)
@@ -92,6 +92,7 @@ static const char *const ppsz_language[] =
     "tr",
     "uk",
     "vi",
+    "wa",
 };
 
 static const char *const ppsz_language_text[] =
@@ -142,6 +143,7 @@ static const char *const ppsz_language_text[] =
     "Türkçe",
     "украї́нська мо́ва",
     "tiếng Việt",
+    "Walon",
 };
 #endif