Skip to content

Commit

Permalink
[Travis] Fix trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Warrows committed Jan 7, 2019
1 parent 87b9809 commit 4008865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/bitcoingui.cpp
Expand Up @@ -368,7 +368,7 @@ void BitcoinGUI::createActions(const NetworkStyle* networkStyle)
connect(masternodeAction, SIGNAL(triggered()), this, SLOT(showNormalIfMinimized()));
connect(masternodeAction, SIGNAL(triggered()), this, SLOT(gotoMasternodePage()));
}

governanceAction = new QAction(QIcon(":/icons/governance"), tr("&Governance"), this);
governanceAction->setStatusTip(tr("Show Proposals"));
governanceAction->setToolTip(governanceAction->statusTip());
Expand Down

0 comments on commit 4008865

Please sign in to comment.