diff options
| author | 2015-12-09 12:00:31 +0000 | |
|---|---|---|
| committer | 2015-12-19 02:40:22 +0000 | |
| commit | f4c79ca075042b834ba04adbd32b1973245089a0 (patch) | |
| tree | 8a6d98a8184fbba82f69784bc3bf07d1cbca1009 /src/modules/objects/KvsObject_buttonGroup.cpp | |
| parent | src/modules typos: capitalize, formatting, consistency and syntax fixes (diff) | |
| download | KVIrc-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.cpp | 4 |
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. */ |
