UI/DeleteFilesConfirmationDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2965
d133c7edd88a
child 3145
a9de05d4a22f
--- 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)

eric ide

mercurial