Snapshot/SnapshotFreehandGrabber.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3190
a9a94491c4fd
child 3621
15f23ed3f216
diff -r 96232974dcdb -r 645c12de6b0c Snapshot/SnapshotFreehandGrabber.py
--- a/Snapshot/SnapshotFreehandGrabber.py	Sun Mar 30 22:00:14 2014 +0200
+++ b/Snapshot/SnapshotFreehandGrabber.py	Thu Apr 03 23:05:31 2014 +0200
@@ -65,7 +65,7 @@
         self.__selectionBeforeDrag = QPolygon()
         
         self.__helpTextRect = QRect()
-        self.__helpText = self.trUtf8(
+        self.__helpText = self.tr(
             "Select a region using the mouse. To take the snapshot,"
             " press the Enter key or double click. Press Esc to quit.")
         

eric ide

mercurial