--- a/Preferences/ConfigurationPages/HelpAppearancePage.py Sat Oct 19 12:28:12 2013 +0200 +++ b/Preferences/ConfigurationPages/HelpAppearancePage.py Sat Oct 19 13:03:39 2013 +0200 @@ -38,13 +38,13 @@ # set initial values self.standardFont = Preferences.getHelp("StandardFont") self.standardFontSample.setFont(self.standardFont) - self.standardFontSample.setText("{0} {1}"\ + self.standardFontSample.setText("{0} {1}" .format(self.standardFont.family(), self.standardFont.pointSize())) self.fixedFont = Preferences.getHelp("FixedFont") self.fixedFontSample.setFont(self.fixedFont) - self.fixedFontSample.setText("{0} {1}"\ + self.fixedFontSample.setText("{0} {1}" .format(self.fixedFont.family(), self.fixedFont.pointSize()))