Mercurial > trustbridge
diff ui/mainwindow.cpp @ 407:af53c40e74b1
Rename m13ui to TrustBridge
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 16 Apr 2014 13:38:11 +0000 |
parents | 17e1c8f37d72 |
children | 09bb19e5e369 |
line wrap: on
line diff
--- a/ui/mainwindow.cpp Wed Apr 16 13:31:16 2014 +0000 +++ b/ui/mainwindow.cpp Wed Apr 16 13:38:11 2014 +0000 @@ -242,7 +242,7 @@ mTrayIcon->setIcon(trayImg); setWindowIcon(trayImg); mTrayIcon->show(); - mTrayIcon->setToolTip(tr("m13ui")); + mTrayIcon->setToolTip(tr("TrustBridge")); connect(mTrayIcon, SIGNAL(messageClicked()), this, SLOT(messageClicked())); }