diff -r 84b65fb9e780 -r d133c7edd88a UI/DeleteFilesConfirmationDialog.py --- a/UI/DeleteFilesConfirmationDialog.py Sun Sep 29 15:54:10 2013 +0200 +++ b/UI/DeleteFilesConfirmationDialog.py Sun Sep 29 18:22:08 2013 +0200 @@ -23,8 +23,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().__init__(parent)