src/eric7/Project/ProjectBaseBrowser.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9527
8601253e7633
child 9606
ccf055891890
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
312 dlg = DeleteFilesConfirmationDialog( 312 dlg = DeleteFilesConfirmationDialog(
313 self.parent(), 313 self.parent(),
314 QCoreApplication.translate("ProjectBaseBrowser", "Delete directories"), 314 QCoreApplication.translate("ProjectBaseBrowser", "Delete directories"),
315 QCoreApplication.translate( 315 QCoreApplication.translate(
316 "ProjectBaseBrowser", 316 "ProjectBaseBrowser",
317 "Do you really want to delete these directories from" " the project?", 317 "Do you really want to delete these directories from the project?",
318 ), 318 ),
319 dirs, 319 dirs,
320 ) 320 )
321 321
322 if dlg.exec() == QDialog.DialogCode.Accepted: 322 if dlg.exec() == QDialog.DialogCode.Accepted:

eric ide

mercurial