forked from openlp/openlp
fixed settings access
This commit is contained in:
parent
7e2e0d90df
commit
7cbdb2f750
@ -364,7 +364,7 @@ class SongImportForm(OpenLPWizard):
|
||||
Save the error report to a file.
|
||||
"""
|
||||
filename = QtGui.QFileDialog.getSaveFileName(self,
|
||||
Settings().value(self.plugin.settingsSection + u'last directory import'))
|
||||
Settings().value(self.plugin.settingsSection + u'/last directory import'))
|
||||
if not filename:
|
||||
return
|
||||
report_file = codecs.open(filename, u'w', u'utf-8')
|
||||
|
Loading…
Reference in New Issue
Block a user