diff options
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"}, |