Small fixes

This commit is contained in:
Kiooeht 2011-07-17 01:59:41 -07:00
parent 838c5efcd5
commit 97742beab8

View file

@ -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)