diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 02:36:47 -0500 |
|---|---|---|
| committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 02:36:47 -0500 |
| commit | a24a8595fc6663038f6ce26cfed6276910eef984 (patch) | |
| tree | d8e1a65d9464de15750b6680820b828f9ab29406 /src/modules/options/optw_connection.cpp | |
| parent | 00ec3a9a04347a4c1ab434944fecd5e56607b13d (diff) | |
| download | kvirc-a24a8595fc6663038f6ce26cfed6276910eef984.tar.gz kvirc-a24a8595fc6663038f6ce26cfed6276910eef984.zip | |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'src/modules/options/optw_connection.cpp')
| -rw-r--r-- | src/modules/options/optw_connection.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/options/optw_connection.cpp b/src/modules/options/optw_connection.cpp index d6990c9..21c1192 100644 --- a/src/modules/options/optw_connection.cpp +++ b/src/modules/options/optw_connection.cpp @@ -76,11 +76,11 @@ KviConnectionOptionsWidget::KviConnectionOptionsWidget(TQWidget * parent) #ifdef COMPILE_INFO_TIPS mergeTip(b,__tr2qs_ctx("<center>This option will enable auto-reconnecting after an unexpected disconnect. " \ "An unexpected disconnect is the <b>termination</b> of a <b>fully connected IRC session</b> " \ - "that was <b>not requested by the user</b> by the means of the TQUIT message." \ - "<p><b>Warning:</b> If you use /RAW to send a TQUIT message to the server, " \ + "that was <b>not requested by the user</b> by the means of the QUIT message." \ + "<p><b>Warning:</b> If you use /RAW to send a QUIT message to the server, " \ "this option will not behave correctly, since does not detect the outgoing " \ "QUIT message and will attempt to reconnect after the server has closed the connection. " \ - "For this reason, always use the /TQUIT command to close your connections. " \ + "For this reason, always use the /QUIT command to close your connections. " \ "This option may also behave incorrectly with bouncers that support " \ "detaching, in this case a solution could be to prepare an alias that sends the " \ "bouncer \"detach\" command immediately before the \"quit\" command.<br>" \ |
