Added [crashreport] as a valid section for settings import

This commit is contained in:
ElderP 2012-09-21 16:35:42 -04:00
parent ea88f94e85
commit 3855b28d40
1 changed files with 1 additions and 0 deletions

View File

@ -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])