1
0

move qr code operations to transaction window and transaction menu

This commit is contained in:
ThomasV
2014-06-12 22:24:10 +02:00
parent 272a09c710
commit 6d0488c2de
3 changed files with 15 additions and 10 deletions

View File

@@ -341,6 +341,7 @@ class ElectrumWindow(QMainWindow):
raw_transaction_menu.addAction(_("&From file"), self.do_process_from_file)
raw_transaction_menu.addAction(_("&From text"), self.do_process_from_text)
raw_transaction_menu.addAction(_("&From the blockchain"), self.do_process_from_txid)
self.raw_transaction_menu = raw_transaction_menu
help_menu = menubar.addMenu(_("&Help"))
help_menu.addAction(_("&About"), self.show_about)