diff options
| author | Paul ProductEngine <pguslisty@productengine.com> | 2011-09-27 22:32:26 +0300 |
|---|---|---|
| committer | Paul ProductEngine <pguslisty@productengine.com> | 2011-09-27 22:32:26 +0300 |
| commit | 87db6c59ee2ac5f8cc304d6f8150af5f91e3fb8d (patch) | |
| tree | cb92fa524273029044cb40fd5e8c515161840924 /indra/newview/llavataractions.cpp | |
| parent | 0f3221e25d6261d7f29b5b37391156c07fde1d0c (diff) | |
| parent | 3c8b0ab537049141b5ce6201fdf611ff09784df4 (diff) | |
Merge
Diffstat (limited to 'indra/newview/llavataractions.cpp')
| -rwxr-xr-x | indra/newview/llavataractions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp index efb46166b8..fb7517a98b 100755 --- a/indra/newview/llavataractions.cpp +++ b/indra/newview/llavataractions.cpp @@ -462,7 +462,7 @@ namespace action_give_inventory */ static LLInventoryPanel* get_outfit_editor_inventory_panel() { - LLPanelOutfitEdit* panel_outfit_edit = dynamic_cast<LLPanelOutfitEdit*>(LLSideTray::getInstance()->getPanel("panel_outfit_edit")); + LLPanelOutfitEdit* panel_outfit_edit = dynamic_cast<LLPanelOutfitEdit*>(LLFloaterSidePanelContainer::getPanel("appearance", "panel_outfit_edit")); if (NULL == panel_outfit_edit) return NULL; LLInventoryPanel* inventory_panel = panel_outfit_edit->findChild<LLInventoryPanel>("folder_view"); |
