diff options
author | Richard Nelson <none@none> | 2010-04-14 16:31:17 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-04-14 16:31:17 -0700 |
commit | c0a98f8f949c7140b3b33252c46f3bd934109a06 (patch) | |
tree | a07847c596e63eee2ec58083464cad85acd64f8d /indra | |
parent | 663725dcee17b4adbb1409554b7d0de9741e7388 (diff) |
added cur files to textures directory for 32 bit windows cursors
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 18ac10fe38..b9e16cd101 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -91,6 +91,7 @@ class ViewerManifest(LLManifest): self.path("*.j2c") self.path("*.jpg") self.path("*.png") + self.path("*.cur") self.path("textures.xml") self.end_prefix("*/textures") self.path("*/xui/*/*.xml") |