diff options
Diffstat (limited to 'indra/llui/lldraghandle.cpp')
| -rw-r--r-- | indra/llui/lldraghandle.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lldraghandle.cpp b/indra/llui/lldraghandle.cpp index 9ad7c01bd5..42e6c3c786 100644 --- a/indra/llui/lldraghandle.cpp +++ b/indra/llui/lldraghandle.cpp @@ -107,7 +107,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 +		params.parse_urls = false; //cancel URL replacement in floater title  		mTitleBox = LLUICtrlFactory::create<LLTextBox> (params);  		addChild( mTitleBox );  	}  | 
