Skip to content

Commit

Permalink
Add tooltip to multisig option
Browse files Browse the repository at this point in the history
  • Loading branch information
sandakersmann committed May 5, 2018
1 parent 6386681 commit 742a3d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/bitcoingui.cpp
Expand Up @@ -217,6 +217,7 @@ void BitcoinGUI::createActions()
tabGroup->addAction(addressBookAction);

multisigAction = new QAction(QIcon(":/icons/multisig"), tr("Multisig"), this);
multisigAction->setStatusTip(tr("UI to create multisig addresses"));
tabGroup->addAction(multisigAction);

connect(overviewAction, SIGNAL(triggered()), this, SLOT(showNormalIfMinimized()));
Expand Down

0 comments on commit 742a3d0

Please sign in to comment.