diff options
author | Travis Howell | 2004-02-10 12:36:15 +0000 |
---|---|---|
committer | Travis Howell | 2004-02-10 12:36:15 +0000 |
commit | 705df95a6121684626f215ca65e568d3fb1a5fab (patch) | |
tree | 6a074c56fabb15af7ef1e15aef67a99d31e52455 | |
parent | 514347c899f42e1aa8709be1cba0d65a5a7eaf67 (diff) | |
download | scummvm-rg350-705df95a6121684626f215ca65e568d3fb1a5fab.tar.gz scummvm-rg350-705df95a6121684626f215ca65e568d3fb1a5fab.tar.bz2 scummvm-rg350-705df95a6121684626f215ca65e568d3fb1a5fab.zip |
Ooops
svn-id: r12812
-rw-r--r-- | common/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.cpp b/common/util.cpp index fc6e4c2fd5..4ed53beb0c 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -143,7 +143,7 @@ const LanguageDescription g_languages[] = { {"hb", "Hebrew", HB_HEB}, {"ru", "Russian", RU_RUS}, {"cz", "Czech", CZ_CZE}, - {"nl", "Norwegian", NL_NOR}, + {"nl", "NederLanden", NL_NLD}, {0, 0, UNK_LANG} }; |