diff options
author | Richard Nelson <none@none> | 2010-09-08 19:00:50 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-09-08 19:00:50 -0700 |
commit | e7884bbab54d172957f5ee05df8dad3a4f8931bd (patch) | |
tree | 3c4dc5be7c39359517a094b77614178737e7968f /indra/newview/llpanelmaininventory.cpp | |
parent | dbc49731023c1c621784fa71f65a16b79f91cdc4 (diff) |
DEV-53094 FIX Selecting texture picker causes viewer to crash
overzealous elimination of xml parsing
Diffstat (limited to 'indra/newview/llpanelmaininventory.cpp')
-rw-r--r-- | indra/newview/llpanelmaininventory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index c5d4f95f08..5b07e4863b 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -642,6 +642,7 @@ LLFloaterInventoryFinder::LLFloaterInventoryFinder(LLPanelMainInventory* invento mPanelMainInventory(inventory_view), mFilter(inventory_view->getPanel()->getFilter()) { + buildFromFile("floater_inventory_view_finder.xml"); updateElementsFromFilter(); } |