Report success in status bar.
Report success when fetching a BM address from namecoin in the status bar.
This commit is contained in:
parent
213d92b88a
commit
06bdc030bd
|
@ -1465,6 +1465,8 @@ class MyForm(QtGui.QMainWindow):
|
||||||
"MainWindow", "Error: " + err))
|
"MainWindow", "Error: " + err))
|
||||||
else:
|
else:
|
||||||
self.ui.lineEditTo.setText(addr)
|
self.ui.lineEditTo.setText(addr)
|
||||||
|
self.statusBar().showMessage(_translate(
|
||||||
|
"MainWindow", "Fetched address from namecoin identity."))
|
||||||
|
|
||||||
def redrawLabelFrom(self, index):
|
def redrawLabelFrom(self, index):
|
||||||
self.ui.labelFrom.setText(
|
self.ui.labelFrom.setText(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user