commit e975727075c048169572f67eed8e07cf40482120 parent bb9871ded7aadd20381461b5205a99799af52d48 Author: ThomasV <thomasv@electrum.org> Date: Wed, 10 Oct 2018 19:26:02 +0200 follow-up prev commit Diffstat:
M | electrum/gui/qt/main_window.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py @@ -768,7 +768,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): if not self.network.proxy: icon = QIcon(":icons/status_connected%s.png"%fork_str) else: - icon = QIcon(":icons/status_connected_proxy%s.png%fork_str") + icon = QIcon(":icons/status_connected_proxy%s.png"%fork_str) else: if self.network.proxy: text = "{} ({})".format(_("Not connected"), _("proxy enabled"))