summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepanelinventory.cpp
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-02-03 17:32:57 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2010-02-03 17:32:57 +0200
commit11228d4b7d6be72759625e604fc09bade3cd306e (patch)
tree6865dda1aff6668d8c3038415e81210b285c4c59 /indra/newview/llsidepanelinventory.cpp
parent11f732bbbe910c2a63efaeb9044d206142d69e2f (diff)
parent8cbea388eaad8b40faa604f9d7fa2a64570548e2 (diff)
Merge from default branch
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llsidepanelinventory.cpp')
-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;
}
}