forked from openlp/openlp
Added [crashreport] as a valid section when importing settings.
bzr-revno: 2069 Fixes: https://launchpad.net/bugs/1053017
This commit is contained in:
commit
339ca7dbe3
@ -971,6 +971,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
|
||||
setting_sections.extend([self.themesSettingsSection])
|
||||
setting_sections.extend([self.displayTagsSection])
|
||||
setting_sections.extend([self.headerSection])
|
||||
setting_sections.extend([u'crashreport'])
|
||||
# Add plugin sections.
|
||||
for plugin in self.pluginManager.plugins:
|
||||
setting_sections.extend([plugin.name])
|
||||
|
Loading…
Reference in New Issue
Block a user