]> git.sesse.net Git - vlc/commitdiff
Swedish is now sv, not se. Thanks yvounet. (c)
authorChristophe Massiot <massiot@videolan.org>
Thu, 16 Jan 2003 14:40:04 +0000 (14:40 +0000)
committerChristophe Massiot <massiot@videolan.org>
Thu, 16 Jan 2003 14:40:04 +0000 (14:40 +0000)
src/misc/darwin_specific.m

index 126a2b73a38fd8341324b79589105abf37bc07d2..d2bec13b8f8420b8daa5717226b55426328b2009 100644 (file)
@@ -2,7 +2,7 @@
  * darwin_specific.m: Darwin specific features 
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: darwin_specific.m,v 1.5 2003/01/03 00:03:13 jlj Exp $
+ * $Id: darwin_specific.m,v 1.6 2003/01/16 14:40:04 massiot Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Christophe Massiot <massiot@via.ecp.fr>
@@ -76,9 +76,9 @@ static int FindLanguage( const char * psz_lang )
     {
         psz_short = "ru";
     }
-    else if ( !strcmp(psz_lang, "se") )
+    else if ( !strcmp(psz_lang, "sv") )
     {
-        psz_short = "se";
+        psz_short = "sv";
     }
     else if ( !strcmp(psz_lang, "English") )
     {