summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-03-02 23:57:33 -0800
committerRichard Linden <none@none>2011-03-02 23:57:33 -0800
commit0d9fa286b87c41c4be75c3011f35cb86145d8def (patch)
tree0c5f2180d2417af978487f11840a3b8821e1b393 /indra/newview
parent0e87f37161a7b8c5df4f27b0f3a491c3b6546f66 (diff)
SOCIAL-595 FIX Global volume control and the volume control on MOAP no longer have any affect
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 338c62b9fb..2b43a5767f 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -330,7 +330,7 @@ class WindowsManifest(ViewerManifest):
self.end_prefix()
# winmm.dll shim
- if self.prefix(src='../media_plugins/winmmshim/%s' % self.args['configuration'], dst="llplugin"):
+ if self.prefix(src='../media_plugins/winmmshim/%s' % self.args['configuration'], dst=""):
self.path("winmm.dll")
self.end_prefix()