diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-13 13:49:14 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-13 13:49:14 +0200 |
commit | 0c7a4b6a7d2675a916efacfb9f2f1a6098c027dd (patch) | |
tree | 04081576479651be034f381c90c46e3cf32d3332 /indra/newview/llchathistory.cpp | |
parent | a569421eca9efb9eb796a1322a961b6aac05cc27 (diff) |
EXT-2342 Script : Fails to work in Alpha 6
ok toast for objects are back...
also add object inspector to nearby chat object context menu
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchathistory.cpp')
-rw-r--r-- | indra/newview/llchathistory.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp index 5efecfa78f..f228373063 100644 --- a/indra/newview/llchathistory.cpp +++ b/indra/newview/llchathistory.cpp @@ -84,6 +84,10 @@ public: if (level == "profile") { + LLSD params; + params["object_id"] = getAvatarId(); + + LLFloaterReg::showInstance("inspect_object", params); } else if (level == "block") { |