aboutsummaryrefslogtreecommitdiff
path: root/common/util.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-05-22 02:07:32 +0000
committerTravis Howell2005-05-22 02:07:32 +0000
commit9135c8ddfe8a13791e8ace981cf098e7c45f600c (patch)
tree42393b0b4a9b5c78c78ab305f7c11a3ef5dc83b0 /common/util.cpp
parentcf9049811e4be373d5100350cebb86db70f3eb8b (diff)
downloadscummvm-rg350-9135c8ddfe8a13791e8ace981cf098e7c45f600c.tar.gz
scummvm-rg350-9135c8ddfe8a13791e8ace981cf098e7c45f600c.tar.bz2
scummvm-rg350-9135c8ddfe8a13791e8ace981cf098e7c45f600c.zip
Add Norwegian Bokm�l version of Freddi Fish 1.
Set HE70+ games to Windows platform by default. svn-id: r18213
Diffstat (limited to 'common/util.cpp')
-rw-r--r--common/util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 0baf6c734e..b1b657462e 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -119,6 +119,7 @@ const LanguageDescription g_languages[] = {
{"ru", "Russian", RU_RUS},
{"cz", "Czech", CZ_CZE},
{"nl", "Dutch", NL_NLD},
+ {"nb", "Norwegian Bokmål", NB_NOR},
{0, 0, UNK_LANG}
};