Skip to content

Commit

Permalink
window title label
Browse files Browse the repository at this point in the history
  • Loading branch information
anorakthagreat committed Feb 28, 2019
1 parent 4c81b02 commit 351512a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ BitcoinGUI::BitcoinGUI(bool fIsTestnet, QWidget *parent):
rpcConsole(0)
{
resize(850, 550);
setWindowTitle(tr("CLOAK Core v2.2.2.0 rEvolution"));
setWindowTitle(tr("CLOAK Core v2.2.2.1 rEvolution"));
#ifndef Q_OS_MAC
qApp->setWindowIcon(QIcon(":icons/bitcoin"));
setWindowIcon(QIcon(":icons/bitcoin"));
Expand Down

0 comments on commit 351512a

Please sign in to comment.