diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-15 05:40:58 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-15 05:40:58 +0000 |
commit | 2cc1f382e7257e045e529b0aa70ecb3c650bd066 (patch) | |
tree | 1c196d8e2dfc59996ad8245a9aa197d44e9f1dc3 /chrome/common/spellcheck_common.cc | |
parent | 3192f317a0a16560a3367cabdc098613124ffcb7 (diff) | |
download | chromium_src-2cc1f382e7257e045e529b0aa70ecb3c650bd066.zip chromium_src-2cc1f382e7257e045e529b0aa70ecb3c650bd066.tar.gz chromium_src-2cc1f382e7257e045e529b0aa70ecb3c650bd066.tar.bz2 |
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
Diffstat (limited to 'chrome/common/spellcheck_common.cc')
-rw-r--r-- | chrome/common/spellcheck_common.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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"}, |