aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/window/libkviwindow.cpp
diff options
context:
space:
mode:
authorGravatar wodim2013-09-24 16:52:34 +0000
committerGravatar wodim2013-09-24 16:52:34 +0000
commita2d52f260ab10ccc2353ab310dbc992f7e88e020 (patch)
treebbdac4524c36daadcedd114fd26b03ded859fa34 /src/modules/window/libkviwindow.cpp
parentAdd a parameter to the PRIVMSG/NOTICE related events specifying that the mess... (diff)
downloadKVIrc-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/window/libkviwindow.cpp')
-rw-r--r--src/modules/window/libkviwindow.cpp2
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.