1296 fullNames.append(fn2) |
1296 fullNames.append(fn2) |
1297 fn = self.project.getRelativePath(fn2) |
1297 fn = self.project.getRelativePath(fn2) |
1298 files.append(fn) |
1298 files.append(fn) |
1299 |
1299 |
1300 dlg = DeleteFilesConfirmationDialog( |
1300 dlg = DeleteFilesConfirmationDialog( |
1301 self.parent(), |
1301 self, |
1302 self.tr("Delete files"), |
1302 self.tr("Delete files"), |
1303 self.tr("Do you really want to delete these files from the project?"), |
1303 self.tr("Do you really want to delete these files from the project?"), |
1304 files, |
1304 files, |
1305 ) |
1305 ) |
1306 |
1306 |