From 328bfdc4f0bada557e329c3f477c8947c8a8aa17 Mon Sep 17 00:00:00 2001 From: "tc@google.com" Date: Thu, 16 Oct 2008 21:30:19 +0000 Subject: fix the scons build that broke when the hunspell dictionary was renamed TBR=sidchat Review URL: http://codereview.chromium.org/7399 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3487 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/third_party/hunspell/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/third_party') diff --git a/chrome/third_party/hunspell/SConscript b/chrome/third_party/hunspell/SConscript index 0162dad..2fd99ee 100644 --- a/chrome/third_party/hunspell/SConscript +++ b/chrome/third_party/hunspell/SConscript @@ -87,7 +87,7 @@ env.ChromeStaticLibrary('hunspell', input_files) dictionaries = [ - 'dictionaries/en-US.bdic', + 'dictionaries/en-US-1-1.bdic', 'dictionaries/en-US.dic', 'dictionaries/en-US.aff', ] -- cgit v1.1