Debugger/WatchPointModel.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3190
a9a94491c4fd
child 3656
441956d8fce5
diff -r 96232974dcdb -r 645c12de6b0c Debugger/WatchPointModel.py
--- a/Debugger/WatchPointModel.py	Sun Mar 30 22:00:14 2014 +0200
+++ b/Debugger/WatchPointModel.py	Thu Apr 03 23:05:31 2014 +0200
@@ -28,11 +28,11 @@
         
         self.watchpoints = []
         self.header = [
-            self.trUtf8("Condition"),
-            self.trUtf8("Special"),
-            self.trUtf8('Temporary'),
-            self.trUtf8('Enabled'),
-            self.trUtf8('Ignore Count'),
+            self.tr("Condition"),
+            self.tr("Special"),
+            self.tr('Temporary'),
+            self.tr('Enabled'),
+            self.tr('Ignore Count'),
         ]
         self.alignments = [Qt.Alignment(Qt.AlignLeft),
                            Qt.Alignment(Qt.AlignLeft),

eric ide

mercurial