diff options
author | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-16 20:03:09 +0000 |
---|---|---|
committer | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-16 20:03:09 +0000 |
commit | 2abb09cdd723f48acc54dac4d8dee1c5ae2771f7 (patch) | |
tree | ab33b56d0b2eb6807368744ab98bc194989be410 /chrome/third_party/hunspell/hunspell.vcproj | |
parent | bafd54741093991a1f30082209c8d3a1bc2913f9 (diff) | |
download | chromium_src-2abb09cdd723f48acc54dac4d8dee1c5ae2771f7.zip chromium_src-2abb09cdd723f48acc54dac4d8dee1c5ae2771f7.tar.gz chromium_src-2abb09cdd723f48acc54dac4d8dee1c5ae2771f7.tar.bz2 |
Re-enable SpellCheck tests by adding en-US-1-1.bdic to copy rule in hunspell project and also add the new dictionary, en-US-1-1.bdic, in the hunspell dictionary directory.
Review URL: http://codereview.chromium.org/7394
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3476 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/third_party/hunspell/hunspell.vcproj')
-rw-r--r-- | chrome/third_party/hunspell/hunspell.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/third_party/hunspell/hunspell.vcproj b/chrome/third_party/hunspell/hunspell.vcproj index 609ab31..b6f897b 100644 --- a/chrome/third_party/hunspell/hunspell.vcproj +++ b/chrome/third_party/hunspell/hunspell.vcproj @@ -230,7 +230,7 @@ Name="Dictionaries" > <File - RelativePath=".\dictionaries\en-US.bdic" + RelativePath=".\dictionaries\en-US-1-1.bdic" > </File> </Filter> |