--- a/Preferences/ConfigurationPages/HelpInterfacePage.py Fri Oct 18 23:00:41 2013 +0200 +++ b/Preferences/ConfigurationPages/HelpInterfacePage.py Fri Nov 01 15:48:48 2013 +0100 @@ -46,7 +46,8 @@ styleIndex = self.styleComboBox.currentIndex() style = self.styleComboBox.itemData(styleIndex) Preferences.setUI("Style", style) - Preferences.setUI("StyleSheet", + Preferences.setUI( + "StyleSheet", self.styleSheetEdit.text()) def __populateStyleCombo(self):