URI: 
       tfix #2025 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit a937e8756d5fd8c40420fab159c4390b6bcbe9af
   DIR parent 191ed8cc051f79f0de01dcdfcc6a4e06ab36c765
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Tue,  8 Nov 2016 17:22:39 +0100
       
       fix #2025
       
       Diffstat:
         M gui/qt/main_window.py               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -403,7 +403,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
                self.export_menu = self.private_keys_menu.addAction(_("&Export"), self.export_privkeys_dialog)
                self.import_address_menu = wallet_menu.addAction(_("Import addresses"), self.import_addresses)
                wallet_menu.addAction(_("&Export History"), self.export_history_dialog)
       -        wallet_menu.addAction(_("Search"), self.toggle_search).setShortcut(QKeySequence("Ctrl+S"))
       +        wallet_menu.addAction(_("Find"), self.toggle_search).setShortcut(QKeySequence("Ctrl+F"))
                wallet_menu.addAction(_("Addresses"), self.toggle_addresses_tab).setShortcut(QKeySequence("Ctrl+A"))
        
                tools_menu = menubar.addMenu(_("&Tools"))