aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_treeWidgeteItem.cpp
diff options
context:
space:
mode:
authorGravatar Dessa2017-05-24 17:39:36 +0200
committerGravatar Dessa2017-05-24 17:39:36 +0200
commit90e1ffeefb2405f71095dd3529b4c0ec2fe2b906 (patch)
treeebc2d440ab6258fd3a51cedafb8313e667f1d71c /src/modules/objects/KvsObject_treeWidgeteItem.cpp
parentMake Windows code Unicode-aware (#2219) (diff)
downloadKVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.tar.gz
KVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.tar.bz2
KVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.zip
push and pull po{t}s, typo fixes
Diffstat (limited to 'src/modules/objects/KvsObject_treeWidgeteItem.cpp')
-rw-r--r--src/modules/objects/KvsObject_treeWidgeteItem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/KvsObject_treeWidgeteItem.cpp b/src/modules/objects/KvsObject_treeWidgeteItem.cpp
index 1770f27eb..dc38fc591 100644
--- a/src/modules/objects/KvsObject_treeWidgeteItem.cpp
+++ b/src/modules/objects/KvsObject_treeWidgeteItem.cpp
@@ -80,7 +80,7 @@ const char * const itemflags_tbl[] = {
!fn: $setText(<column:integer>,<text:string>)
Sets the text in column column to text, if column is a valid column number and text is different from the existing text.
!fn: <string> $text(<column:integer>)
- Returs the text of the specified column.
+ Returns the text of the specified column.
!fn: $setPixmap(<column:integer>,<pixmap:hobject or imageID>)
Sets the pixmap in column column to pm, if pm is non-null and different from the current pixmap, and if column is non-negative.
Pixmap can be a KVIrc image ID, an image file or a [class]pixmap[/class] object.