328 fullNames.append(dn) |
328 fullNames.append(dn) |
329 dn = self.project.getRelativePath(dn) |
329 dn = self.project.getRelativePath(dn) |
330 dirs.append(dn) |
330 dirs.append(dn) |
331 |
331 |
332 dlg = DeleteFilesConfirmationDialog( |
332 dlg = DeleteFilesConfirmationDialog( |
333 self.parent(), |
333 self, |
334 QCoreApplication.translate("ProjectBaseBrowser", "Delete directories"), |
334 QCoreApplication.translate("ProjectBaseBrowser", "Delete directories"), |
335 QCoreApplication.translate( |
335 QCoreApplication.translate( |
336 "ProjectBaseBrowser", |
336 "ProjectBaseBrowser", |
337 "Do you really want to delete these directories from the project?", |
337 "Do you really want to delete these directories from the project?", |
338 ), |
338 ), |