summaryrefslogtreecommitdiff
path: root/indra/newview/llsidetray.cpp
diff options
context:
space:
mode:
authorrichard <none@none>2009-11-11 12:21:23 -0800
committerrichard <none@none>2009-11-11 12:21:23 -0800
commitb34ee7f9f405e25ac606a16435ed49c7187387d8 (patch)
tree6af5fd639854dff2bb81f6d633725091e2c2fb4e /indra/newview/llsidetray.cpp
parent41a2849a2075f8c5b787e7ed5ac170aa9a339e19 (diff)
parent0a095bdaed81f4df90bceac3373fa3481787e7fb (diff)
merge
Diffstat (limited to 'indra/newview/llsidetray.cpp')
-rw-r--r--indra/newview/llsidetray.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsidetray.cpp b/indra/newview/llsidetray.cpp
index 3d0b4de88a..34b3b00ff2 100644
--- a/indra/newview/llsidetray.cpp
+++ b/indra/newview/llsidetray.cpp
@@ -101,6 +101,7 @@ LLSideTray* LLSideTray::getInstance()
if (!sInstance)
{
sInstance = LLUICtrlFactory::createFromFile<LLSideTray>("panel_side_tray.xml",NULL, LLRootView::child_registry_t::instance());
+ sInstance->setXMLFilename("panel_side_tray.xml");
}
return sInstance;