@ -3377,6 +3377,12 @@ class MyForm(QtGui.QMainWindow):
self.statusBar().showMessage('Error: The address '+toAddress+' contains invalid characters. Please check it.')
ifstatus=='versiontoohigh':
self.statusBar().showMessage('Error: The address version in '+toAddress+' is too high. Either you need to upgrade your Bitmessage software or your acquaintance is being clever.')
QMessageBox.about(self,"Address version number","Concerning the address "+toAddress+", Bitmessage cannot understand address version numbers of "+addressVersionNumber+". Perhaps upgrade Bitmessage to the latest version.")
continue
ifstreamNumber>1orstreamNumber==0:
QMessageBox.about(self,"Stream number","Concerning the address "+toAddress+", Bitmessage cannot handle stream numbers of "+addressVersionNumber+". Perhaps upgrade Bitmessage to the latest version.")
continue
eliffromAddress=='':
self.statusBar().showMessage('Error: You must specify a From address. If you don''t have one, go to the ''Your Identities'' tab.')