mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-28 18:19:31 +01:00
qt: Replace three dots with ellipsis
This commit is contained in:
@@ -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] {
|
||||
|
||||
Reference in New Issue
Block a user