git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6609
91ce42f0-d328-0410-95d8-
f526ca767f89
{
m_client = client;
setupUi(this);
- m_name = tr("Client Status");
+ m_name = tr("Client Status") + " " + m_client;
m_closeable = true;
pgInitialize(parentTreeWidgetItem);
QTreeWidgetItem* thisitem = mainWin->getFromHash(this);
{
m_storage = storage;
setupUi(this);
- m_name = tr("Storage Status");
+ m_name = tr("Storage Status") + " " + m_storage;
m_closeable = true;
pgInitialize(parentTreeWidgetItem);
QTreeWidgetItem* thisitem = mainWin->getFromHash(this);