592 fullNames.append(fn2) |
592 fullNames.append(fn2) |
593 fn = self.project.getRelativePath(fn2) |
593 fn = self.project.getRelativePath(fn2) |
594 files.append(fn) |
594 files.append(fn) |
595 |
595 |
596 dlg = DeleteFilesConfirmationDialog( |
596 dlg = DeleteFilesConfirmationDialog( |
597 self.parent(), |
597 self, |
598 self.tr("Delete resources"), |
598 self.tr("Delete resources"), |
599 self.tr("Do you really want to delete these resources from the project?"), |
599 self.tr("Do you really want to delete these resources from the project?"), |
600 files, |
600 files, |
601 ) |
601 ) |
602 |
602 |