diff options
Diffstat (limited to '')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 3 |
1 files changed, 3 insertions, 0 deletions
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): | |||
219 | 219 | ||
220 | # For using FMOD for sound... DJS | 220 | # For using FMOD for sound... DJS |
221 | #self.path("fmod.dll") | 221 | #self.path("fmod.dll") |
222 | |||
223 | # For spellchecking | ||
224 | self.path("libhunspell.dll") | ||
222 | 225 | ||
223 | # For textures | 226 | # For textures |
224 | if self.prefix(src="../../libraries/i686-win32/lib/release", dst=""): | 227 | if self.prefix(src="../../libraries/i686-win32/lib/release", dst=""): |