diff options
| author | 2008-03-04 17:48:09 +0000 | |
|---|---|---|
| committer | 2008-03-04 17:48:09 +0000 | |
| commit | 4e0cfa02a4f884b3f54f476d596bacd1f34d6a50 (patch) | |
| tree | eda6b9d24fc6a9e3c8553abb205ce948737790e5 /src/modules/toolbar/libkvitoolbar.cpp | |
| parent | Fix for a crash with shared files (diff) | |
| download | KVIrc-4e0cfa02a4f884b3f54f476d596bacd1f34d6a50.tar.gz KVIrc-4e0cfa02a4f884b3f54f476d596bacd1f34d6a50.tar.bz2 KVIrc-4e0cfa02a4f884b3f54f476d596bacd1f34d6a50.zip | |
some little fixes around;
fixed docs;
bumped version to 3.4.0
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1183 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/toolbar/libkvitoolbar.cpp')
| -rw-r--r-- | src/modules/toolbar/libkvitoolbar.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/modules/toolbar/libkvitoolbar.cpp b/src/modules/toolbar/libkvitoolbar.cpp index 54b965004..dba61ce2f 100644 --- a/src/modules/toolbar/libkvitoolbar.cpp +++ b/src/modules/toolbar/libkvitoolbar.cpp @@ -64,9 +64,9 @@ The toolbar will exist until [cmd]toolbar.destroy[/cmd] is called (you might want to add an "uninstall" feature to your script).[br] @seealso: - [fnc]$toolbar.exists[/fnc]()[br] - [cmd]toolbar.remove[/cmd][br] - [cmd]toolbar.show[/cmd][br] + [fnc]$toolbar.exists[/fnc], + [cmd]toolbar.remove[/cmd], + [cmd]toolbar.show[/cmd], [cmd]toolbar.destroy[/cmd] */ @@ -119,9 +119,9 @@ static bool toolbar_kvs_cmd_create(KviKvsModuleCommandCall * c) Clears the contents of the toolbar specified by <id>. If the toolbar does not exist then a warning is printed unless the -q switch is used.[br] @seealso: - [fnc]$toolbar.exists[/fnc]()[br] - [cmd]toolbar.remove[/cmd][br] - [cmd]toolbar.show[/cmd][br] + [fnc]$toolbar.exists[/fnc], + [cmd]toolbar.remove[/cmd], + [cmd]toolbar.show[/cmd], [cmd]toolbar.destroy[/cmd] */ @@ -164,7 +164,7 @@ static bool toolbar_kvs_cmd_clear(KviKvsModuleCommandCall * c) If the -q switch is specified then this command runs in quiet mode and does not warn if the toolbar was not existing. @seealso: - [fnc]$toolbar.exists[/fnc]() + [fnc]$toolbar.exists[/fnc], [cmd]toolbar.create[/cmd] */ @@ -208,7 +208,7 @@ static bool toolbar_kvs_cmd_destroy(KviKvsModuleCommandCall * c) You should execute this command only if you create the toolbar after KVIrc has been started.[br] @seealso: - [fnc]$toolbar.exists[/fnc]() + [fnc]$toolbar.exists[/fnc], [cmd]toolbar.create[/cmd] */ @@ -255,8 +255,8 @@ static bool toolbar_kvs_cmd_show(KviKvsModuleCommandCall * c) can be shown again by using [cmd]toolbar.show[/cmd].[br] If you want to completely remove the toolbar definition use [cmd]toolbar.destroy[/cmd].[br] @seealso: - [fnc]$toolbar.exists[/fnc]() - [cmd]toolbar.create[/cmd] + [fnc]$toolbar.exists[/fnc], + [cmd]toolbar.create[/cmd], [cmd]toolbar.destroy[/cmd] */ |
