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

View File

@ -33,6 +33,12 @@
<height>0</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="lineWidth">
<number>1</number>
</property>
<property name="alternatingRowColors">
<bool>false</bool>
</property>
@ -61,7 +67,7 @@
<enum>QListView::SinglePass</enum>
</property>
<property name="spacing">
<number>0</number>
<number>1</number>
</property>
<property name="viewMode">
<enum>QListView::ListMode</enum>

View File

@ -14,7 +14,7 @@
</rect>
</property>
<property name="windowTitle">
<string>DHT Details</string>
<string>Statistics</string>
</property>
<property name="windowIcon">
<iconset resource="../images.qrc">