URI: 
       tMerge branch 'master' of git://github.com/spesmilo/electrum - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 0c5c62da05fff4a0d65da55f1823291f547839c8
   DIR parent 91235ed7acdf91741a2032f1a64deb1f8ac06d5f
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Wed, 28 Jun 2017 05:27:07 +0200
       
       Merge branch 'master' of git://github.com/spesmilo/electrum
       
       Diffstat:
         M gui/qt/main_window.py               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -482,6 +482,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
                raw_transaction_menu.addAction(_("&From the blockchain"), self.do_process_from_txid)
                raw_transaction_menu.addAction(_("&From QR code"), self.read_tx_from_qrcode)
                self.raw_transaction_menu = raw_transaction_menu
       +        run_hook('init_menubar_tools', self, tools_menu)
        
                help_menu = menubar.addMenu(_("&Help"))
                help_menu.addAction(_("&About"), self.show_about)