--- a/Debugger/ExceptionsFilterDialog.py Sun Mar 30 22:00:14 2014 +0200 +++ b/Debugger/ExceptionsFilterDialog.py Thu Apr 03 23:05:31 2014 +0200 @@ -34,9 +34,9 @@ self.exceptionList.addItems(excList) if ignore: - self.setWindowTitle(self.trUtf8("Ignored Exceptions")) + self.setWindowTitle(self.tr("Ignored Exceptions")) self.exceptionList.setToolTip( - self.trUtf8("List of ignored exceptions")) + self.tr("List of ignored exceptions")) self.okButton = self.buttonBox.button(QDialogButtonBox.Ok)