aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/window
diff options
context:
space:
mode:
authorGravatar Fabio Bas2010-08-31 09:10:41 +0000
committerGravatar Fabio Bas2010-08-31 09:10:41 +0000
commitc8ba5d212c9da7d11f08684c5d244cfaad4d0032 (patch)
treeed21d44e601fd369c5830bf7c445879ed3ebc5a0 /src/modules/window
parentsome fix for OnHighlight doc (diff)
downloadKVIrc-c8ba5d212c9da7d11f08684c5d244cfaad4d0032.tar.gz
KVIrc-c8ba5d212c9da7d11f08684c5d244cfaad4d0032.tar.bz2
KVIrc-c8ba5d212c9da7d11f08684c5d244cfaad4d0032.zip
applied typo fixes for the "file" and "config" modules (thank OmegaPhil)
fixed fsf address in python/pythoncore modules fixed "space before comma" in documentation/coments/code regenerated translations git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/window')
-rw-r--r--src/modules/window/libkviwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/window/libkviwindow.cpp b/src/modules/window/libkviwindow.cpp
index d823c55b8..c28799804 100644
--- a/src/modules/window/libkviwindow.cpp
+++ b/src/modules/window/libkviwindow.cpp
@@ -874,7 +874,7 @@ static bool window_kvs_cmd_listtypes(KviKvsModuleCommandCall * c)
See [cmd]window.listtypes[/cmd] for a list of available window types in this KVIrc release.[br]
If <type> is the special word 'all', all the window types are listed.[br]
<irc_context_id> specifies the irc context in which the windows are searched.[br]
- If no <irc_context_id> is specified , the current one is used.[br]
+ If no <irc_context_id> is specified, the current one is used.[br]
If <irc_context_id> is the special word 'all', all the irc context are searched.[br]
If <irc_context_id> is the special word 'none' then only windows not belonging to any
irc context are listed.[br]
@@ -899,7 +899,7 @@ static bool window_kvs_cmd_listtypes(KviKvsModuleCommandCall * c)
[comment]# List all the user windows created with $window.open[/comment]
[comment]# They may either belong to an irc context or not[/comment]
[cmd]echo[/cmd] $window.list(userwnd,any)
- [comment]# Ok , let's use it[/comment]
+ [comment]# Ok, let's use it[/comment]
[comment]# A nice alias that allows iterating commands through all the consoles[/comment]
[comment]# Note the array returned by $window.list[/comment]
[comment]# This is by LatinSuD :)[/comment]