fixed settings access

This commit is contained in:
Andreas Preikschat 2013-03-07 09:48:44 +01:00
parent 7e2e0d90df
commit 7cbdb2f750

View File

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