E5Gui/E5ErrorMessageFilterDialog.py

changeset 3190
a9a94491c4fd
parent 3160
209a07d7e401
child 3345
071afe8be2a1
--- a/E5Gui/E5ErrorMessageFilterDialog.py	Fri Jan 10 19:30:21 2014 +0100
+++ b/E5Gui/E5ErrorMessageFilterDialog.py	Sat Jan 11 11:55:33 2014 +0100
@@ -49,8 +49,8 @@
         """
         filter, ok = QInputDialog.getText(
             self,
-            self.trUtf8("Error Messages Filter"),
-            self.trUtf8("Enter message filter to add to the list:"),
+            self.tr("Error Messages Filter"),
+            self.tr("Enter message filter to add to the list:"),
             QLineEdit.Normal)
         if ok and filter != "" and filter not in self.__model.stringList():
             self.__model.insertRow(self.__model.rowCount())

eric ide

mercurial