Skip to content

Commit

Permalink
Namecoin: Rebrand Qt __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Jan 22, 2019
1 parent 38e4884 commit e111572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electrum_nmc/gui/qt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
except Exception as e:
print(e)
print("Error: Could not find icons file.")
print("Please run 'pyrcc5 icons.qrc -o electrum/gui/qt/icons_rc.py'")
print("Please run 'pyrcc5 icons.qrc -o electrum_nmc/gui/qt/icons_rc.py'")
sys.exit(1)

from .util import * # * needed for plugins
Expand Down Expand Up @@ -185,7 +185,7 @@ def new_window(self, path, uri=None):

def show_network_dialog(self, parent):
if not self.daemon.network:
parent.show_warning(_('You are using Electrum in offline mode; restart Electrum if you want to get connected'), title=_('Offline'))
parent.show_warning(_('You are using Electrum-NMC in offline mode; restart Electrum-NMC if you want to get connected'), title=_('Offline'))
return
if self.nd:
self.nd.on_update()
Expand Down

0 comments on commit e111572

Please sign in to comment.