eric7/Tools/UIPreviewer.py

branch
eric7
changeset 9153
506e35e424d5
parent 9152
8a68afaf1ba2
equal deleted inserted replaced
9152:8a68afaf1ba2 9153:506e35e424d5
483 EricMessageBox.critical( 483 EricMessageBox.critical(
484 self, 484 self,
485 self.tr("Save Image"), 485 self.tr("Save Image"),
486 self.tr( 486 self.tr(
487 """<p>The file <b>{0}</b> could not be saved.</p>""") 487 """<p>The file <b>{0}</b> could not be saved.</p>""")
488 .format(str(fpath))) 488 .format(fpath))
489 489
490 def __copyImageToClipboard(self): 490 def __copyImageToClipboard(self):
491 """ 491 """
492 Private slot to handle the Copy Image menu action. 492 Private slot to handle the Copy Image menu action.
493 """ 493 """

eric ide

mercurial