aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar un1versal2015-11-27 09:07:20 +0000
committerGravatar un1versal2015-12-05 03:47:17 +0000
commitff87b3ceb53de092fb16c0b70d0a882f4e19d78f (patch)
tree0756893379e0660fb95b1ee75b06b28dc813ebaf
parentAboutDialog: consistency fixes (diff)
downloadKVIrc-ff87b3ceb53de092fb16c0b70d0a882f4e19d78f.tar.gz
KVIrc-ff87b3ceb53de092fb16c0b70d0a882f4e19d78f.tar.bz2
KVIrc-ff87b3ceb53de092fb16c0b70d0a882f4e19d78f.zip
libkviabout: capitalization and improvement of the help messages.
-rw-r--r--src/modules/about/libkviabout.cpp12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/modules/about/libkviabout.cpp b/src/modules/about/libkviabout.cpp
index f73d02c7e..196fe3e43 100644
--- a/src/modules/about/libkviabout.cpp
+++ b/src/modules/about/libkviabout.cpp
@@ -39,12 +39,20 @@ AboutDialog * g_pAboutDialog = 0;
@title:
about.kvirc
@short:
- Shows the "about kvirc" dialog
+ Shows the "About KVIrc" dialog
@syntax:
about.kvirc
@description:
- Shows the KVIrc "about dialog".
This command is exported by the "about" module.
+ This command opens a dialog which contains various tabs ranging from important to interesting information.
+ [b]About[/b] tab: shows the current KVIrc base version, release name and splash screen.[/br]
+ [b]Executable Information[/b] tab: contains important system and program information you can [b]copy and paste[/b] into e.g. a bug report or support request.[br]
+ [b]Honor & Glory[/b] tab: contains a non exhaustive list of the people who have contributed to help make KVIrc the IRC client you know and use today.[br]
+ [b]Licence[/b] tab: contains a copy (if present in the KVIrc package) of the license type and details associated with the KVIrc package.
+ @examples:
+ [example]
+ /about.kvirc
+ [/example]
*/