mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-02 09:46:14 +00:00
qt: Replace three dots with ellipsis
This commit is contained in:
parent
b65ff0e5a1
commit
6df4a045f7
@ -496,7 +496,7 @@ void BitcoinGUI::createActions()
|
||||
action->setEnabled(false);
|
||||
}
|
||||
m_migrate_wallet_menu->addSeparator();
|
||||
QAction* restore_migrate_file_action = m_migrate_wallet_menu->addAction(tr("Restore and Migrate Wallet File..."));
|
||||
QAction* restore_migrate_file_action = m_migrate_wallet_menu->addAction(tr("Restore and Migrate Wallet File…"));
|
||||
restore_migrate_file_action->setEnabled(true);
|
||||
|
||||
connect(restore_migrate_file_action, &QAction::triggered, [this] {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user