Project/Project.py

changeset 2512
290462cc60cb
parent 2481
60da8e6c0547
child 2521
ca91f5ee1b23
equal deleted inserted replaced
2511:a0ff5574e43a 2512:290462cc60cb
1389 self.trUtf8("Add file"), 1389 self.trUtf8("Add file"),
1390 self.trUtf8("<p>The selected file <b>{0}</b> could not be" 1390 self.trUtf8("<p>The selected file <b>{0}</b> could not be"
1391 " added to <b>{1}</b>.</p><p>Reason: {2}</p>") 1391 " added to <b>{1}</b>.</p><p>Reason: {2}</p>")
1392 .format(fn, target, str(why))) 1392 .format(fn, target, str(why)))
1393 continue 1393 continue
1394 1394
1395 self.appendFile(targetfile, isSource or filter == 'source') 1395 self.appendFile(targetfile, isSource or filter == 'source')
1396 else: 1396 else:
1397 E5MessageBox.critical(self.ui, 1397 E5MessageBox.critical(self.ui,
1398 self.trUtf8("Add file"), 1398 self.trUtf8("Add file"),
1399 self.trUtf8("The target directory must not be empty.")) 1399 self.trUtf8("The target directory must not be empty."))
1400 1400

eric ide

mercurial