summaryrefslogtreecommitdiffstats
path: root/chrome/third_party
diff options
context:
space:
mode:
authorsidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-12 20:21:47 +0000
committersidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-12 20:21:47 +0000
commitcdfcbb071bb6bafa425c54f511cba04a9993d1de (patch)
treec15631b8d220dd22928f3713d64ae6a37b3c8767 /chrome/third_party
parent2bc9d13c79b6fc27204dace77620ce772e09f37a (diff)
downloadchromium_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/SConscript2
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',
]