diff options
author | richard <none@none> | 2009-11-11 12:21:23 -0800 |
---|---|---|
committer | richard <none@none> | 2009-11-11 12:21:23 -0800 |
commit | b34ee7f9f405e25ac606a16435ed49c7187387d8 (patch) | |
tree | 6af5fd639854dff2bb81f6d633725091e2c2fb4e /indra/newview/llsidetray.cpp | |
parent | 41a2849a2075f8c5b787e7ed5ac170aa9a339e19 (diff) | |
parent | 0a095bdaed81f4df90bceac3373fa3481787e7fb (diff) |
merge
Diffstat (limited to 'indra/newview/llsidetray.cpp')
-rw-r--r-- | indra/newview/llsidetray.cpp | 1 |
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; |