aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_buttonGroup.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2015-12-09 12:00:31 +0000
committerGravatar un1versal2015-12-19 02:40:22 +0000
commitf4c79ca075042b834ba04adbd32b1973245089a0 (patch)
tree8a6d98a8184fbba82f69784bc3bf07d1cbca1009 /src/modules/objects/KvsObject_buttonGroup.cpp
parentsrc/modules typos: capitalize, formatting, consistency and syntax fixes (diff)
downloadKVIrc-f4c79ca075042b834ba04adbd32b1973245089a0.tar.gz
KVIrc-f4c79ca075042b834ba04adbd32b1973245089a0.tar.bz2
KVIrc-f4c79ca075042b834ba04adbd32b1973245089a0.zip
src/modules: typos, consistency capitalize, fomatting and indenting fixes
these contains in addition the whitespace changes
Diffstat (limited to 'src/modules/objects/KvsObject_buttonGroup.cpp')
-rw-r--r--src/modules/objects/KvsObject_buttonGroup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/KvsObject_buttonGroup.cpp b/src/modules/objects/KvsObject_buttonGroup.cpp
index 60fe86439..d2be856c0 100644
--- a/src/modules/objects/KvsObject_buttonGroup.cpp
+++ b/src/modules/objects/KvsObject_buttonGroup.cpp
@@ -48,8 +48,8 @@
@description:
This object organizes buttons in a group.
@functions:
- !fn: <id:integer> $addButton(<checkbutton or radiobutton:object>)
- Adds the given button to the button group and returns an unique identifier.
+ !fn: <id:integer> $addButton(<checkbutton or radiobutton:object>)
+ Adds the given button to the button group and returns an unique identifier.
!fn: <object> $checkedButton()
Returns the button group's checked button, or 0 if no buttons are checked.
*/