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() |