summaryrefslogtreecommitdiff
path: root/indra/newview/llsidetray.cpp
diff options
context:
space:
mode:
authorrichard <none@none>2009-11-10 14:01:55 -0800
committerrichard <none@none>2009-11-10 14:01:55 -0800
commitf112356d77ab0dd6e47446adf0513975bc4f38a7 (patch)
tree35f5792e8e52d0e074fbe6bbf5461433e0a19a08 /indra/newview/llsidetray.cpp
parent595000c19c0499a0b612c272cd097a8f1ca578bd (diff)
added filenames to xui names output when using filename="" in XUI
reviewed by Richard
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 061587f11b..c3da246039 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;