diff -r 17c01303a239 -r 67064c71df21 Preferences/ConfigurationPages/HelpInterfacePage.py --- a/Preferences/ConfigurationPages/HelpInterfacePage.py Tue Oct 15 19:13:32 2013 +0200 +++ b/Preferences/ConfigurationPages/HelpInterfacePage.py Wed Oct 16 15:16:54 2013 +0200 @@ -44,7 +44,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):