aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_toolButton.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2015-12-09 11:58:53 +0000
committerGravatar un1versal2015-12-19 02:40:22 +0000
commit7d4516afc4cd194f9224dcd5e07e0f234c162fdf (patch)
treea1a165c897339fcbd35a27108fe16c999a3041e2 /src/modules/objects/KvsObject_toolButton.cpp
parentMerge pull request #1776 from TheReign/issue_1754_2 (diff)
downloadKVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.gz
KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.bz2
KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.zip
src/modules typos: capitalize, formatting, consistency and syntax fixes
Diffstat (limited to 'src/modules/objects/KvsObject_toolButton.cpp')
-rw-r--r--src/modules/objects/KvsObject_toolButton.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/objects/KvsObject_toolButton.cpp b/src/modules/objects/KvsObject_toolButton.cpp
index a827f2816..d768ff30a 100644
--- a/src/modules/objects/KvsObject_toolButton.cpp
+++ b/src/modules/objects/KvsObject_toolButton.cpp
@@ -45,7 +45,7 @@
[class]object[/class]
[class]widget[/class]
@description:
- The toolbutton class provides a quick-access button to commands or options, usually used inside a ToolBar.
+ The toolbutton class provides a quick-access button to commands or options, usually used inside a toolBar.
@functions:
!fn:$setImage(<icon_id:string>)
Sets the image for this button.
@@ -58,9 +58,9 @@
!fn:$usesTextLabel()
Return 1 if the setUsesTextLabel is enabled, otherwise return 0.
!fn:$setTextLabel(<text:String>,[tooltip:string])
- Sets the label of this button to <text> and automatically sets it as a tool tip if <tip> is true.
+ Sets the label of this button to <text> and automatically sets it as a tooltip if <tip> is true.
!fn:<string> $textLabel()
- Returns the label of tthe button.
+ Returns the label of the button.
!fn:$setAutoRaise(<bAutoraise:boolean>)
Sets whether auto-raising is enabled.
!fn:<boolean> $autoRaise()