summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorangela <angela@lindenlab.com>2010-02-02 18:09:25 +0800
committerangela <angela@lindenlab.com>2010-02-02 18:09:25 +0800
commit1094fa28c618370af9a95cf823cbd9287c92dd24 (patch)
tree5e83eb797d4b450a10cb693f96fdf6d496011589 /indra/newview
parent93a717283271b9b0f224a984b4e0069b2d7d408c (diff)
EXT-4603 Right-clicking a sound and choosing "Play" doesn't actually play it
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llsidepanelinventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsidepanelinventory.cpp b/indra/newview/llsidepanelinventory.cpp
index 5383158cd3..9614be8240 100644
--- a/indra/newview/llsidepanelinventory.cpp
+++ b/indra/newview/llsidepanelinventory.cpp
@@ -164,7 +164,7 @@ void LLSidepanelInventory::onWearButtonClicked()
void LLSidepanelInventory::onPlayButtonClicked()
{
- performActionOnSelection("activate");
+ performActionOnSelection("open");
}
void LLSidepanelInventory::onTeleportButtonClicked()