diff options
author | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-28 11:42:46 +0200 |
---|---|---|
committer | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-28 11:42:46 +0200 |
commit | 33a417dd2d93573f7aafc194eefdad5339bccf1d (patch) | |
tree | 009706d05d4a0fc26dbe77f4881c64a37e3559b6 /indra/llui | |
parent | 03861037aff2c22a544fb0055ecb52156fb48bc6 (diff) | |
parent | b1fa6bb3421f5a281b36156a04fcbe0ab6b4bcfb (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/lldraghandle.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lldraghandle.cpp b/indra/llui/lldraghandle.cpp index a93c666648..832f148902 100644 --- a/indra/llui/lldraghandle.cpp +++ b/indra/llui/lldraghandle.cpp @@ -113,6 +113,7 @@ void LLDragHandleTop::setTitle(const std::string& title) params.follows.flags(FOLLOWS_TOP | FOLLOWS_LEFT | FOLLOWS_RIGHT); params.font_shadow(LLFontGL::DROP_SHADOW_SOFT); params.use_ellipses = true; + params.allow_html = false; //cancel URL replacement in floater title mTitleBox = LLUICtrlFactory::create<LLTextBox> (params); addChild( mTitleBox ); } |