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 | |
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
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | chrome/common/spellcheck_common.cc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -40,7 +40,7 @@ deps = { "/trunk/deps/third_party/hunspell128@50872", "src/third_party/hunspell_dictionaries": - "/trunk/deps/third_party/hunspell_dictionaries@50872", + "/trunk/deps/third_party/hunspell_dictionaries@51875", "src/third_party/protobuf2/src": "http://protobuf.googlecode.com/svn/trunk@327", 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"}, |