From 1094fa28c618370af9a95cf823cbd9287c92dd24 Mon Sep 17 00:00:00 2001 From: angela Date: Tue, 2 Feb 2010 18:09:25 +0800 Subject: EXT-4603 Right-clicking a sound and choosing "Play" doesn't actually play it --- indra/newview/llsidepanelinventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3