Fixed an issue introduced during the translate fixes.

Fri, 07 Apr 2017 18:42:03 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 07 Apr 2017 18:42:03 +0200
changeset 5679
021e2db1f444
parent 5678
0aa72754d535
child 5681
be30320a29bc
child 5683
66b11f5171e8

Fixed an issue introduced during the translate fixes.

E5Gui/E5PathPicker.py file | annotate | diff | comparison | revisions
--- a/E5Gui/E5PathPicker.py	Thu Apr 06 18:37:10 2017 +0200
+++ b/E5Gui/E5PathPicker.py	Fri Apr 07 18:42:03 2017 +0200
@@ -98,7 +98,7 @@
                     "E5PathPickerBase", "Enter Path Name"))
         else:
             self._editor = E5ClearableComboBox(
-                self, self, QCoreApplication.translate(
+                self, QCoreApplication.translate(
                     "E5PathPickerBase", "Enter Path Name"))
         
         self.__button = QToolButton(self)

eric ide

mercurial