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/system/libkvisystem.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/system/libkvisystem.cpp')
| -rw-r--r-- | src/modules/system/libkvisystem.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/modules/system/libkvisystem.cpp b/src/modules/system/libkvisystem.cpp index 15125fd4e..ddbf25980 100644 --- a/src/modules/system/libkvisystem.cpp +++ b/src/modules/system/libkvisystem.cpp @@ -233,7 +233,7 @@ static bool system_kvs_fnc_getenv(KviKvsModuleFunctionCall *c) of "selection" (most notably X11) which is NOT the same as the clipboard. See [fnc]$system.selection[/fnc](). @seealso: - [fnc]$system.selection[/fnc](), + [fnc]$system.selection[/fnc], [cmd]system.setClipboard[/cmd], [cmd]system.setSelection[/cmd] */ @@ -263,8 +263,8 @@ static bool system_kvs_fnc_clipboard(KviKvsModuleFunctionCall *c) of "selection" (most notably X11) which is NOT the same as the clipboard. See [fnc]$system.selection[/fnc](). @seealso: - [fnc]$system.selection[/fnc](), - [fnc]$system.clipboard[/fnc](), + [fnc]$system.selection[/fnc], + [fnc]$system.clipboard[/fnc], [cmd]system.setSelection[/cmd] */ @@ -296,8 +296,8 @@ static bool system_kvs_cmd_setClipboard(KviKvsModuleCommandCall * c) Please note that this command will work only on systems that have the concept of "selection" (most notably X11) which is NOT the same as the clipboard. @seealso: - [fnc]$system.selection[/fnc](), - [fnc]$system.clipboard[/fnc](), + [fnc]$system.selection[/fnc], + [fnc]$system.clipboard[/fnc], [cmd]system.setClipboard[/cmd] */ @@ -330,7 +330,7 @@ static bool system_kvs_cmd_setSelection(KviKvsModuleCommandCall * c) On other systems this function will always return an empty string. See [fnc]$system.clipboard[/fnc](). @seealso: - [fnc]$system.clipboard[/fnc](), + [fnc]$system.clipboard[/fnc], [cmd]system.setClipboard[/cmd], [cmd]system.setSelection[/cmd] */ @@ -620,7 +620,7 @@ static bool system_kvs_fnc_dcop(KviKvsModuleFunctionCall *c) Sets the enviroinement <variable> to the <value> string.[br] If <value> is not given , the <variable> is unset.[br] @seealso: - [fnc]$system.getenv[/fnc]() + [fnc]$system.getenv[/fnc] */ |
