diff options
| author | 2012-04-17 21:58:28 +0000 | |
|---|---|---|
| committer | 2012-04-17 21:58:28 +0000 | |
| commit | 4e0a8b252af226bf8f167aeca908447df25ab161 (patch) | |
| tree | 23cfc0f40a23d0674fded7ef6178267bb37593ea /src/modules/http/libkvihttp.cpp | |
| parent | improved hungarian notation; (diff) | |
| download | KVIrc-4e0a8b252af226bf8f167aeca908447df25ab161.tar.gz KVIrc-4e0a8b252af226bf8f167aeca908447df25ab161.tar.bz2 KVIrc-4e0a8b252af226bf8f167aeca908447df25ab161.zip | |
Typo, thanks t_kns
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6160 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/http/libkvihttp.cpp')
| -rw-r--r-- | src/modules/http/libkvihttp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/http/libkvihttp.cpp b/src/modules/http/libkvihttp.cpp index f0a5bdf35..15e5ee050 100644 --- a/src/modules/http/libkvihttp.cpp +++ b/src/modules/http/libkvihttp.cpp @@ -229,9 +229,9 @@ static bool http_kvs_complete_get(KviKvsModuleCommandCall * c,QString &szUrl,QSt if the window alread exists. The flag 'n' causes the window to be NOT activated (brought to top). !sw: -i=<magic identifier> | --identifier=<magic identifier> - This identifier is passed as $3 parameter to the [event]OnHTTPGetTerminated[/event] + This identifier is passed as $3 parameter to the [event:OnHTTPGetTerminated]OnHTTPGetTerminated[/event] when this transfer terminates. If this switch is not present then an empty string is used. - With [cmd]http.asyngGet[/cmd] this parameter is passed to the callback command instead. + With [cmd]http.asyncGet[/cmd] this parameter is passed to the callback command instead. !sw: -p=<post data> | --post-data=<post data> The request is sent in form of a POST request. <post data> is the urlencoded payload of |
