add [testnet] to whatever the current window title is

pull/553/head
Wladimir J. van der Laan 14 years ago
parent a7e506d698
commit 0002bdddfa

@ -190,7 +190,7 @@ void BitcoinGUI::setClientModel(ClientModel *clientModel)
if(clientModel->isTestNet())
{
QString title_testnet = tr("Bitcoin Wallet [testnet]");
QString title_testnet = windowTitle() + QString(" ") + tr("[testnet]");
setWindowTitle(title_testnet);
setWindowIcon(QIcon(":icons/bitcoin_testnet"));
if(trayIcon)

Loading…
Cancel
Save