renaming string

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7498 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-08-27 12:56:01 +00:00
parent 3a8541291a
commit 21b0479159
3 changed files with 9 additions and 3 deletions

View file

@ -614,7 +614,7 @@ void MainWindow::createTrayIcon()
trayMenu->addAction(QIcon(IMAGE_MESSAGES), tr("Open Messages"), this, SLOT(showMess()));
trayMenu->addAction(QIcon(IMAGE_BWGRAPH), tr("Bandwidth Graph"), _bandwidthGraph, SLOT(showWindow()));
#ifdef USE_DHTWINDOW
trayMenu->addAction(QIcon(IMAGE_DHT), tr("DHT Details"), this, SLOT(showDhtWindow()));
trayMenu->addAction(QIcon(IMAGE_DHT), tr("Statistics"), this, SLOT(showDhtWindow()));
#endif
#ifdef UNFINISHED