Commit 1c68fade authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Fixed the localization issue on MacOSX.

parent 320fadd7
......@@ -2,7 +2,7 @@
* darwin_specific.m: Darwin specific features
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: darwin_specific.m,v 1.11 2003/02/17 17:06:19 massiot Exp $
* $Id: darwin_specific.m,v 1.12 2003/02/17 23:47:29 hartman Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Christophe Massiot <massiot@via.ecp.fr>
......@@ -38,7 +38,7 @@ static int FindLanguage( const char * psz_lang )
{
"German", "de",
"British", "en_GB",
"English", "C",
"English", "en",
"French", "fr",
"Italian", "it",
"Japanese", "ja",
......@@ -47,7 +47,7 @@ static int FindLanguage( const char * psz_lang )
"Polish", "pl",
"Russian", "ru",
"Swedish", "sv",
NULL
NULL
};
for( ppsz_parser = ppsz_all ; ppsz_parser[0] ; ppsz_parser += 2 )
......
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