From 8a41486118cc153363e8623c869db6ee0e78034c Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Thu, 3 Dec 2009 12:35:40 +0000 Subject: [PATCH] Activate Walloon on win and mac --- src/libvlc-module.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libvlc-module.c b/src/libvlc-module.c index b138456769..eab34dfafc 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -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 -- 2.39.2