diff options
Diffstat (limited to 'src/modules/objects/class_listviewitem.cpp')
| -rw-r--r-- | src/modules/objects/class_listviewitem.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/modules/objects/class_listviewitem.cpp b/src/modules/objects/class_listviewitem.cpp index 605fcee..a4dba4c 100644 --- a/src/modules/objects/class_listviewitem.cpp +++ b/src/modules/objects/class_listviewitem.cpp @@ -62,7 +62,7 @@  		Pixmap can be a Kvirc imageid, an image file or a [class]pixmap[/class] object.  		!fn: $setRenameEnabled(<col:integer>,<bEnabled:boolean>) -		If b is TRUE (1), this item can be in-place renamed in the column col by the user; otherwise it cannot be renamed in-place. +		If b is true, this item can be in-place renamed in the column col by the user; otherwise it cannot be renamed in-place.  		!fn: $setEnabled(<bEnabled:boolean>)  		Enables or disables the item | 
