Renamed "Dht" to "DHT".

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4943 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-02-15 20:40:41 +00:00
parent e024ea36e9
commit 5bacc13eba
26 changed files with 94 additions and 94 deletions

View file

@ -434,7 +434,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("DHT Details"), this, SLOT(showDhtWindow()));
#endif
#ifdef UNFINISHED