UI/DeleteFilesConfirmationDialog.py

changeset 2965
d133c7edd88a
parent 2302
f29e9405c851
child 3057
10516539f238
child 3160
209a07d7e401
--- 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)

eric ide

mercurial