diff options
author | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-12 19:28:20 +0000 |
---|---|---|
committer | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-12 19:28:20 +0000 |
commit | af05c6aa88661f7595b6a883667c352d51e66eb7 (patch) | |
tree | bfa4beeec8106efd37402bc5415f1b700f17d62b | |
parent | 5d0153c51cd317bc38673fb70c5d59314aff7b69 (diff) | |
download | chromium_src-af05c6aa88661f7595b6a883667c352d51e66eb7.zip chromium_src-af05c6aa88661f7595b6a883667c352d51e66eb7.tar.gz chromium_src-af05c6aa88661f7595b6a883667c352d51e66eb7.tar.bz2 |
Fix broken Unit test by including en-US-1-2.bdic as the default dictionary.
Review URL: http://codereview.chromium.org/17355
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7886 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/third_party/hunspell/dictionaries/en-US-1-2.bdic | bin | 0 -> 548874 bytes | |||
-rw-r--r-- | chrome/third_party/hunspell/hunspell.vcproj | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/chrome/third_party/hunspell/dictionaries/en-US-1-2.bdic b/chrome/third_party/hunspell/dictionaries/en-US-1-2.bdic Binary files differnew file mode 100644 index 0000000..b4b2408 --- /dev/null +++ b/chrome/third_party/hunspell/dictionaries/en-US-1-2.bdic diff --git a/chrome/third_party/hunspell/hunspell.vcproj b/chrome/third_party/hunspell/hunspell.vcproj index b6f897b..d7702a3 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-1-1.bdic" + RelativePath=".\dictionaries\en-US-1-2.bdic" > </File> </Filter> |