src/eric7/UI/InstallInfoDialog.py

branch
eric7
changeset 11006
a671918232f3
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
11005:b918c6c2736b 11006:a671918232f3
271 self.__info["argv"], 271 self.__info["argv"],
272 ) 272 )
273 ) 273 )
274 274
275 dlg = EricPlainTextDialog( 275 dlg = EricPlainTextDialog(
276 title=self.tr("Upgrade Instructions"), text="\n".join(updateTextList) 276 title=self.tr("Upgrade Instructions"),
277 text="\n".join(updateTextList),
278 parent=self,
277 ) 279 )
278 dlg.exec() 280 dlg.exec()

eric ide

mercurial