712 del itmList |
712 del itmList |
713 del dirFullNames |
713 del dirFullNames |
714 del dirNames |
714 del dirNames |
715 |
715 |
716 dlg = DeleteFilesConfirmationDialog( |
716 dlg = DeleteFilesConfirmationDialog( |
717 self.parent(), |
717 self, |
718 self.tr("Delete files/directories"), |
718 self.tr("Delete files/directories"), |
719 self.tr("Do you really want to delete these entries from the project?"), |
719 self.tr("Do you really want to delete these entries from the project?"), |
720 names, |
720 names, |
721 ) |
721 ) |
722 |
722 |