diff options
author | mal@chromium.org <mal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-30 19:27:44 +0000 |
---|---|---|
committer | mal@chromium.org <mal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-30 19:27:44 +0000 |
commit | af5215d1f5009d383e47cca6b5a548007bec057f (patch) | |
tree | 5fcc24562dc89f987fb82d602e39fb5299105d97 /chrome | |
parent | 295cb685c24684cb04224977a328e115fa35feab (diff) | |
download | chromium_src-af5215d1f5009d383e47cca6b5a548007bec057f.zip chromium_src-af5215d1f5009d383e47cca6b5a548007bec057f.tar.gz chromium_src-af5215d1f5009d383e47cca6b5a548007bec057f.tar.bz2 |
Upadte version for the Lithuanian spell check dictionary.
BUG= 11175
R= sidchat
TEST= See bug. Also check that the dictionary under Chrome\Application\Dictionaries
is lt-lt-1-3.bdic.
Review URL: http://codereview.chromium.org/99241
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14972 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/spellchecker.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/spellchecker.cc b/chrome/browser/spellchecker.cc index 346d592f..ba2b84a 100644 --- a/chrome/browser/spellchecker.cc +++ b/chrome/browser/spellchecker.cc @@ -358,6 +358,7 @@ FilePath SpellChecker::GetVersionedFileName(const Language& input_language, {"tr-TR", "-1-1"}, {"et-EE", "-1-1"}, {"fr-FR", "-1-3"}, + {"lt-LT", "-1-3"}, {"pl-PL", "-1-3"} }; |