E5Gui/E5SideBar.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3190
a9a94491c4fd
child 3591
2f2a4a76dd22
--- a/E5Gui/E5SideBar.py	Sun Mar 30 22:00:14 2014 +0200
+++ b/E5Gui/E5SideBar.py	Thu Apr 03 23:05:31 2014 +0200
@@ -56,7 +56,7 @@
             UI.PixmapCache.getIcon("autoHideOff.png"))
         self.__autoHideButton.setChecked(True)
         self.__autoHideButton.setToolTip(
-            self.trUtf8("Deselect to activate automatic collapsing"))
+            self.tr("Deselect to activate automatic collapsing"))
         self.barLayout = QBoxLayout(QBoxLayout.LeftToRight)
         self.barLayout.setContentsMargins(0, 0, 0, 0)
         self.layout = QBoxLayout(QBoxLayout.TopToBottom)

eric ide

mercurial