src/eric7/Project/ProjectFormsBrowser.py

branch
eric7
changeset 11218
43dfc40728d2
parent 11217
856628e8a303
child 11229
16a129d168f9
equal deleted inserted replaced
11217:856628e8a303 11218:43dfc40728d2
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

eric ide

mercurial