Fri, 07 Apr 2017 18:42:03 +0200
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)