summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2004-01-26 19:30:03 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2004-01-26 19:30:03 +0000
commit08c6949cccf2a94815fc0c90da2ceff449392627 (patch)
tree1b107539370899a101f58f22a9c812b7d35c2e9e
parent19ca5d04f57a178d77287b0a303adb293491ef20 (diff)
downloadenchant-08c6949cccf2a94815fc0c90da2ceff449392627.tar.gz
fix norwegian bug
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20908 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/ispell/ispell_checker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ispell/ispell_checker.cpp b/src/ispell/ispell_checker.cpp
index 9161ceb..cdbdd52 100644
--- a/src/ispell/ispell_checker.cpp
+++ b/src/ispell/ispell_checker.cpp
@@ -128,8 +128,8 @@ static const IspellMap ispell_map [] = {
{"nl_BE" ,"nederlands.hash" ,"iso-8859-1" },
{"nb" ,"norsk.hash" ,"iso-8859-1" },
{"nb_NO" ,"norsk.hash" ,"iso-8859-1" },
- {"nn" ,"nynorsk.hash" ,"iso-8859-1" },
- {"nn_NO" ,"nynorsk.hash" ,"iso-8859-1" },
+ {"no" ,"nynorsk.hash" ,"iso-8859-1" },
+ {"no_NO" ,"nynorsk.hash" ,"iso-8859-1" },
{"pl" ,"polish.hash" ,"iso-8859-2" },
{"pl_PL" ,"polish.hash" ,"iso-8859-2" },
{"pt" ,"brazilian.hash" ,"iso-8859-1" },