summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturectrl.cpp
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-09-08 19:00:50 -0700
committerRichard Nelson <none@none>2010-09-08 19:00:50 -0700
commite7884bbab54d172957f5ee05df8dad3a4f8931bd (patch)
tree3c4dc5be7c39359517a094b77614178737e7968f /indra/newview/lltexturectrl.cpp
parentdbc49731023c1c621784fa71f65a16b79f91cdc4 (diff)
DEV-53094 FIX Selecting texture picker causes viewer to crash
overzealous elimination of xml parsing
Diffstat (limited to 'indra/newview/lltexturectrl.cpp')
-rw-r--r--indra/newview/lltexturectrl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp
index cb9fc4c5fe..328298bda4 100644
--- a/indra/newview/lltexturectrl.cpp
+++ b/indra/newview/lltexturectrl.cpp
@@ -196,6 +196,7 @@ LLFloaterTexturePicker::LLFloaterTexturePicker(
mContextConeOpacity(0.f),
mSelectedItemPinned( FALSE )
{
+ buildFromFile("floater_texture_ctrl.xml");
mCanApplyImmediately = can_apply_immediately;
setCanMinimize(FALSE);
}