diff options
| author | 2008-04-30 14:38:45 +0000 | |
|---|---|---|
| committer | 2008-04-30 14:38:45 +0000 | |
| commit | cca78ea3634e85d934f606be3f9d6a60fd2a58f1 (patch) | |
| tree | e04e19bcf8056dbbf4540df62237b65875f41994 /src/modules/options/optw_highlighting.cpp | |
| parent | KviTalGroupBox QT4 port (wip) (diff) | |
| download | KVIrc-cca78ea3634e85d934f606be3f9d6a60fd2a58f1.tar.gz KVIrc-cca78ea3634e85d934f606be3f9d6a60fd2a58f1.tar.bz2 KVIrc-cca78ea3634e85d934f606be3f9d6a60fd2a58f1.zip | |
KviTalGroupBox QT4 port (almost completed)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1630 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/optw_highlighting.cpp')
| -rw-r--r-- | src/modules/options/optw_highlighting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/optw_highlighting.cpp b/src/modules/options/optw_highlighting.cpp index d200f9cff..29152e93a 100644 --- a/src/modules/options/optw_highlighting.cpp +++ b/src/modules/options/optw_highlighting.cpp @@ -74,7 +74,7 @@ KviAlertOptionsWidget::KviAlertOptionsWidget(QWidget * parent) createLayout(); - KviTalGroupBox * g = addGroupBox(0,0,0,0,1,Qt::Horizontal,__tr2qs_ctx("Alert Restrictions","options")); + KviTalGroupBox * g = addGroupBox(0,0,0,0,Qt::Horizontal,__tr2qs_ctx("Alert Restrictions","options")); KviBoolSelector * b3 = addBoolSelector(g,__tr2qs_ctx("Restrict alert","options"),KviOption_boolHighlightOnlyNormalMsg); mergeTip(b3, __tr2qs_ctx("<center>If this option is enabled, KVIrc will alert in the taskbar only if a normal message is received in a channel.<br>Actions like joins, parts and mode changes will be ignored.<br> This is useful if you are in channels with a high rate of traffic and only want to be alerted for messages that are interesting to you.</center>","options")); |
