752 fullNames.append(fn2) |
752 fullNames.append(fn2) |
753 fn = self.project.getRelativePath(fn2) |
753 fn = self.project.getRelativePath(fn2) |
754 files.append(fn) |
754 files.append(fn) |
755 |
755 |
756 dlg = DeleteFilesConfirmationDialog( |
756 dlg = DeleteFilesConfirmationDialog( |
757 self.parent(), |
757 self, |
758 self.tr("Delete forms"), |
758 self.tr("Delete forms"), |
759 self.tr("Do you really want to delete these forms from the project?"), |
759 self.tr("Do you really want to delete these forms from the project?"), |
760 files, |
760 files, |
761 ) |
761 ) |
762 |
762 |