diff options
author | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-12 20:21:47 +0000 |
---|---|---|
committer | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-12 20:21:47 +0000 |
commit | cdfcbb071bb6bafa425c54f511cba04a9993d1de (patch) | |
tree | c15631b8d220dd22928f3713d64ae6a37b3c8767 /chrome/third_party | |
parent | 2bc9d13c79b6fc27204dace77620ce772e09f37a (diff) | |
download | chromium_src-cdfcbb071bb6bafa425c54f511cba04a9993d1de.zip chromium_src-cdfcbb071bb6bafa425c54f511cba04a9993d1de.tar.gz chromium_src-cdfcbb071bb6bafa425c54f511cba04a9993d1de.tar.bz2 |
fix the scons build that broke when the hunspell dictionary was renamed to en-US-1-2.bdic.
Review URL: http://codereview.chromium.org/17618
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7892 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/third_party')
-rw-r--r-- | chrome/third_party/hunspell/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/third_party/hunspell/SConscript b/chrome/third_party/hunspell/SConscript index c5c9074..7113579 100644 --- a/chrome/third_party/hunspell/SConscript +++ b/chrome/third_party/hunspell/SConscript @@ -86,7 +86,7 @@ env.ChromeLibrary('hunspell', input_files) dictionaries = [ - 'dictionaries/en-US-1-1.bdic', + 'dictionaries/en-US-1-2.bdic', 'dictionaries/en-US.dic', 'dictionaries/en-US.aff', ] |