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

View file

@ -14,7 +14,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Dht Details</string>
<string>DHT Details</string>
</property>
<property name="windowIcon">
<iconset resource="../images.qrc">
@ -152,7 +152,7 @@
</column>
<column>
<property name="text">
<string>Dht Status</string>
<string>DHT Status</string>
</property>
</column>
<column>
@ -194,7 +194,7 @@
<item>
<widget class="QLabel" name="dhtLabel">
<property name="text">
<string>Dht Details</string>
<string>DHT Details</string>
</property>
</widget>
</item>

View file

@ -361,7 +361,7 @@
<widget class="QTreeWidget" name="serverTreeWidget">
<column>
<property name="text">
<string>Server Dht Key</string>
<string>Server DHT Key</string>
</property>
</column>
</widget>