Debugger/ExceptionsFilterDialog.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3190
a9a94491c4fd
child 3656
441956d8fce5
--- 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)
     

eric ide

mercurial