fixed methods

This commit is contained in:
Andreas Preikschat 2013-03-07 09:40:12 +01:00
parent 99cdaa61ca
commit 7e2e0d90df

View File

@ -353,13 +353,13 @@ class SongImportForm(OpenLPWizard):
importer.doImport() importer.doImport()
self.progress_label.setText(WizardStrings.FinishedImport) self.progress_label.setText(WizardStrings.FinishedImport)
def onErrorCopyToButtonClicked(self): def on_error_copy_to_button_clicked(self):
""" """
Copy the error report to the clipboard. Copy the error report to the clipboard.
""" """
self.clipboard.setText(self.error_report_text_edit.toPlainText()) self.clipboard.setText(self.error_report_text_edit.toPlainText())
def onErrorSaveToButtonClicked(self): def on_error_save_to_button_clicked(self):
""" """
Save the error report to a file. Save the error report to a file.
""" """