Skip to content

Commit

Permalink
more post-rebase fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
SomberNight authored and ecdsa committed Aug 20, 2019
1 parent 3a2ab14 commit 3d0b5fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion electrum/gui/qt/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def add_optional_tab(tabs, tab, icon, description, name):
tabs.addTab(tab, icon, description.replace("&", ""))

add_optional_tab(tabs, self.addresses_tab, read_QIcon("tab_addresses.png"), _("&Addresses"), "addresses")
add_optional_tab(tabs, self.channels_tab, QIcon("lightning.png"), _("Channels"), "channels")
add_optional_tab(tabs, self.channels_tab, read_QIcon("lightning.png"), _("Channels"), "channels")
add_optional_tab(tabs, self.utxo_tab, read_QIcon("tab_coins.png"), _("Co&ins"), "utxo")
add_optional_tab(tabs, self.contacts_tab, read_QIcon("tab_contacts.png"), _("Con&tacts"), "contacts")
add_optional_tab(tabs, self.console_tab, read_QIcon("tab_console.png"), _("Con&sole"), "console")
Expand Down

0 comments on commit 3d0b5fc

Please sign in to comment.