summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-04-14 16:31:17 -0700
committerRichard Nelson <none@none>2010-04-14 16:31:17 -0700
commitc0a98f8f949c7140b3b33252c46f3bd934109a06 (patch)
treea07847c596e63eee2ec58083464cad85acd64f8d /indra
parent663725dcee17b4adbb1409554b7d0de9741e7388 (diff)
added cur files to textures directory for 32 bit windows cursors
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/viewer_manifest.py1
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")