summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorangela <angela@lindenlab.com>2010-02-03 15:43:07 +0800
committerangela <angela@lindenlab.com>2010-02-03 15:43:07 +0800
commitb428711814af79533503b8894423502762a54ae7 (patch)
treec65a39450c4a4617db786e63bab634d5e07b1679 /indra
parent460ec67b97bc210c0a03483dd0b754e92fabe806 (diff)
EXT-4603) Right-clicking a sound and choosing Play doesn't actually play it
Diffstat (limited to 'indra')
-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 7b923f4b0b..3fd5309947 100644
--- a/indra/newview/llsidepanelinventory.cpp
+++ b/indra/newview/llsidepanelinventory.cpp
@@ -176,7 +176,7 @@ void LLSidepanelInventory::onPlayButtonClicked()
performActionOnSelection("play");
break;
default:
- performActionOnSelection("activate");
+ performActionOnSelection("open");
break;
}
}