diff options
author | Richard Nelson <none@none> | 2010-08-06 11:03:15 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-08-06 11:03:15 -0700 |
commit | 9609b2c81c1efc43c152e379ca56191c7295973a (patch) | |
tree | c0de56f03a1ddf3c86621c0a3f6a33a6b812105b /indra/llui | |
parent | 60a313a687c5380c4a6d1a451936c85db07b681a (diff) |
renamed LLFastXUIParser to LLSimpleXUIParser and added support for parsing xml node text contents
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/lluictrlfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lluictrlfactory.cpp b/indra/llui/lluictrlfactory.cpp index 6ad104c1f4..c5bd6c7fce 100644 --- a/indra/llui/lluictrlfactory.cpp +++ b/indra/llui/lluictrlfactory.cpp @@ -103,7 +103,7 @@ void LLUICtrlFactory::loadWidgetTemplate(const std::string& widget_tag, LLInitPa if (!full_filename.empty()) { LLUICtrlFactory::instance().pushFileName(full_filename); - LLFastXUIParser::instance().readXUI(full_filename, block); + LLSimpleXUIParser::instance().readXUI(full_filename, block); LLUICtrlFactory::instance().popFileName(); } } |