[vlc-commits] Qt: add Welsh selection for Windows.
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Sun Oct  6 16:52:48 CEST 2013
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Oct  6 16:51:34 2013 +0200| [800f19059d3e8d88ac40244ca175e0ecfff38dc4] | committer: Jean-Baptiste Kempf
Qt: add Welsh selection for Windows.
Close #9592
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=800f19059d3e8d88ac40244ca175e0ecfff38dc4
---
 modules/gui/qt4/components/simple_preferences.cpp |    2 ++
 1 file changed, 2 insertions(+)
diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index cd820bb..2d1fea9 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -68,6 +68,7 @@ static const char *const ppsz_language[] =
     "ca",
     "zh_TW",
     "cs",
+    "cy",
     "da",
     "nl",
     "fi",
@@ -132,6 +133,7 @@ static const char *const ppsz_language_text[] =
     "Català",
     "正體中文",
     "Čeština",
+    "Cymraeg",
     "Dansk",
     "Nederlands",
     "Suomi",
    
    
More information about the vlc-commits
mailing list