summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-11-10 11:46:39 -0800
committerLeslie Linden <leslie@lindenlab.com>2011-11-10 11:46:39 -0800
commit55207c849984fa09ac8a46a5a520e8b1fc621951 (patch)
tree01e87b3e1821d82bee8f616b12b2decdac73005a /indra
parentb2fffa74f7fbafba927b731f38681379dfa7c980 (diff)
EXP-1536 fix from paul PE
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llpanelpicks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelpicks.cpp b/indra/newview/llpanelpicks.cpp
index b6c9f825df..50dc66ed7c 100755
--- a/indra/newview/llpanelpicks.cpp
+++ b/indra/newview/llpanelpicks.cpp
@@ -150,7 +150,7 @@ public:
params["snapshot_id"] = pick_info->snapshot_id;
params["pick_name"] = pick_info->name;
params["pick_desc"] = pick_info->desc;
- LLFloaterSidePanelContainer::showPanel("my_profile", params);
+ LLFloaterSidePanelContainer::showPanel("picks", params);
}
/*virtual*/ void processProperties(void* data, EAvatarProcessorType type)