diff options
| author | 2013-09-24 16:52:34 +0000 | |
|---|---|---|
| committer | 2013-09-24 16:52:34 +0000 | |
| commit | a2d52f260ab10ccc2353ab310dbc992f7e88e020 (patch) | |
| tree | bbdac4524c36daadcedd114fd26b03ded859fa34 /src/modules | |
| parent | Add a parameter to the PRIVMSG/NOTICE related events specifying that the mess... (diff) | |
| download | KVIrc-a2d52f260ab10ccc2353ab310dbc992f7e88e020.tar.gz KVIrc-a2d52f260ab10ccc2353ab310dbc992f7e88e020.tar.bz2 KVIrc-a2d52f260ab10ccc2353ab310dbc992f7e88e020.zip | |
fixes #1423
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6354 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/window/libkviwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/window/libkviwindow.cpp b/src/modules/window/libkviwindow.cpp index 1d2a5cd99..17e887274 100644 --- a/src/modules/window/libkviwindow.cpp +++ b/src/modules/window/libkviwindow.cpp @@ -1613,7 +1613,7 @@ static bool window_kvs_cmd_setCryptEngine(KviKvsModuleCommandCall * c) @short: Returns the name of the crypt engine currently set in a window @syntax: - $window.inputText(<window_id:integer>) + $window.cryptEngine(<window_id:integer>) @description: Returns the name of the crypt engine set in the current window. If no current engine is set then empty string is returned. |
