diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-03 22:45:29 +0300 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-23 14:50:02 +0300 | 
| commit | e211372923bed31e632bc9825913d3d57cdc2d52 (patch) | |
| tree | 104d4e314df3b0f329ea2be61f94fd631dda4174 /indra/llui | |
| parent | 13a25be08f0c81a759076907d7950baf4f2c3ef2 (diff) | |
SL-6109 Remade 'ignore' list processing, renamed and reformed keybindings
Diffstat (limited to 'indra/llui')
| -rw-r--r-- | indra/llui/llscrolllistcell.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llui/llscrolllistcell.h b/indra/llui/llscrolllistcell.h index ef7f717b57..19576fb247 100644 --- a/indra/llui/llscrolllistcell.h +++ b/indra/llui/llscrolllistcell.h @@ -70,7 +70,7 @@ public:  		Optional<LLColor4>			color;  		Params() -		:	type("cell_type", "text"), // Don't use "type", it overlaps with xml's parameter +		:	type("type", "text"),  			column("column"),  			width("width"),  			enabled("enabled", true), | 
