add [testnet] to whatever the current window title is
This commit is contained in:
parent
a7e506d698
commit
0002bdddfa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue