--- a/Preferences/ConfigurationPages/HelpAppearancePage.py Sun Mar 30 22:00:14 2014 +0200 +++ b/Preferences/ConfigurationPages/HelpAppearancePage.py Thu Apr 03 23:05:31 2014 +0200 @@ -19,6 +19,7 @@ import Preferences import Utilities +import UI.PixmapCache class HelpAppearancePage(ConfigurationPageBase, Ui_HelpAppearancePage): @@ -33,6 +34,8 @@ self.setupUi(self) self.setObjectName("HelpAppearancePage") + self.styleSheetButton.setIcon(UI.PixmapCache.getIcon("open.png")) + self.styleSheetCompleter = E5FileCompleter(self.styleSheetEdit) self.__displayMode = None @@ -133,7 +136,7 @@ """ file = E5FileDialog.getOpenFileName( self, - self.trUtf8("Select Style Sheet"), + self.tr("Select Style Sheet"), self.styleSheetEdit.text(), "")