From cdfcbb071bb6bafa425c54f511cba04a9993d1de Mon Sep 17 00:00:00 2001 From: "sidchat@google.com" Date: Mon, 12 Jan 2009 20:21:47 +0000 Subject: 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 --- 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 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', ] -- cgit v1.1