From b7b6a4daeb65aeaeac176246ce92cefad2065a07 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Wed, 1 Sep 2010 21:30:00 -0700 Subject: added libhunspell.dll to viewer_manifest.py --- linden/indra/newview/viewer_manifest.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linden/indra') diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 2f509b6..a54e6fe 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py @@ -219,6 +219,9 @@ class WindowsManifest(ViewerManifest): # For using FMOD for sound... DJS #self.path("fmod.dll") + + # For spellchecking + self.path("libhunspell.dll") # For textures if self.prefix(src="../../libraries/i686-win32/lib/release", dst=""): -- cgit v1.1