--- a/UI/DeleteFilesConfirmationDialog.py Tue Oct 15 22:03:54 2013 +0200 +++ b/UI/DeleteFilesConfirmationDialog.py Fri Oct 18 23:00:41 2013 +0200 @@ -25,8 +25,6 @@ @param parent parent of this dialog (QWidget) @param caption window title for the dialog (string) @param message message to be shown (string) - @param okLabel label for the OK button (string) - @param cancelLabel label for the Cancel button (string) @param files list of filenames to be shown (list of strings) """ super(DeleteFilesConfirmationDialog, self).__init__(parent)