gui: remove payment request file handling from OpenURI dialog

This commit is contained in:
fanquake
2019-10-18 08:35:17 -04:00
parent 3548e4aac7
commit 72fe13a58d
5 changed files with 3 additions and 37 deletions

View File

@@ -330,7 +330,7 @@ void BitcoinGUI::createActions()
usedReceivingAddressesAction->setStatusTip(tr("Show the list of used receiving addresses and labels"));
openAction = new QAction(tr("Open &URI..."), this);
openAction->setStatusTip(tr("Open a bitcoin: URI or payment request"));
openAction->setStatusTip(tr("Open a bitcoin: URI"));
m_open_wallet_action = new QAction(tr("Open Wallet"), this);
m_open_wallet_action->setEnabled(false);