aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2011-01-08 02:16:23 +0000
committerGravatar Szymon Tomasz Stefanek2011-01-08 02:16:23 +0000
commit544ebd5cb93f70249e0c11b77633b81c5be4e451 (patch)
tree566f607f0e142e01c9a4c28b27ff3287066fdbc7 /src
parentKNotification details (diff)
downloadKVIrc-544ebd5cb93f70249e0c11b77633b81c5be4e451.tar.gz
KVIrc-544ebd5cb93f70249e0c11b77633b81c5be4e451.tar.bz2
KVIrc-544ebd5cb93f70249e0c11b77633b81c5be4e451.zip
KNotification details: revert last commit
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5319 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
-rw-r--r--src/kvirc/kernel/KviApplication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvirc/kernel/KviApplication.cpp b/src/kvirc/kernel/KviApplication.cpp
index 65ffab86e..8dae21cfb 100644
--- a/src/kvirc/kernel/KviApplication.cpp
+++ b/src/kvirc/kernel/KviApplication.cpp
@@ -846,7 +846,7 @@ Let's see the scheme to understand which is choosen:
KNotification * pNotify = new KNotification("incomingMessage",KNotification::CloseWhenWidgetActivated,this);
pNotify->setFlags(KNotification::Persistent);
- pNotify->setTitle(__tr2qs("KVIrc"));
+ pNotify->setTitle(__tr2qs("KVIrc messaging system"));
pNotify->setText(szText);
pNotify->setActions(actions);
pNotify->setPixmap(*pIcon);