Small fixes
This commit is contained in:
parent
838c5efcd5
commit
97742beab8
1 changed files with 3 additions and 3 deletions
|
@ -2208,7 +2208,7 @@ class PesterWindow(MovingWindow):
|
|||
msgbox = QtGui.QMessageBox()
|
||||
msgbox.setText("This chumhandle has been registered; you may not use it.")
|
||||
msgbox.setInformativeText("Your handle is now being changed to %s." % (changedto))
|
||||
msgbox.setStandardButtons(QtGui.QMessageBox.Ok | QtGui.QMessageBox.Cancel)
|
||||
msgbox.setStandardButtons(QtGui.QMessageBox.Ok)
|
||||
ret = msgbox.exec_()
|
||||
elif h == self.randhandler.randNick:
|
||||
self.randhandler.incoming(msg)
|
||||
|
|
Loading…
Reference in a new issue