diff options
Diffstat (limited to 'src/modules/about')
| -rw-r--r-- | src/modules/about/libkviabout.cpp | 12 |
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] */ |
