From 2cc1f382e7257e045e529b0aa70ecb3c650bd066 Mon Sep 17 00:00:00 2001 From: "jshin@chromium.org" Date: Thu, 15 Jul 2010 05:40:58 +0000 Subject: Pull in the French spellcheck dictionary 2-0. This will be landed after the new 2-0 dictionary becomes live. BUG=47891,47007 TEST=SpellCheckTest.SpellCheckText Review URL: http://codereview.chromium.org/2824042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52449 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/spellcheck_common.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/spellcheck_common.cc') diff --git a/chrome/common/spellcheck_common.cc b/chrome/common/spellcheck_common.cc index fd6278d..d1abfa5 100644 --- a/chrome/common/spellcheck_common.cc +++ b/chrome/common/spellcheck_common.cc @@ -91,7 +91,7 @@ FilePath GetVersionedFileName(const std::string& input_language, {"hi-IN", "-1-1"}, {"tr-TR", "-1-1"}, {"et-EE", "-1-1"}, - {"fr-FR", "-1-4"}, // To fix a crash, fr dictionary was updated to 1.4. + {"fr-FR", "-2-0"}, // Hunspell fr(modern) 3.7 + Chromium delta. {"lt-LT", "-1-3"}, {"pl-PL", "-1-3"}, {"hu-HU", "-2-0"}, -- cgit v1.1