eric7/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py

branch
eric7
changeset 9153
506e35e424d5
parent 9152
8a68afaf1ba2
equal deleted inserted replaced
9152:8a68afaf1ba2 9153:506e35e424d5
419 if fpath.exists(): 419 if fpath.exists():
420 res = EricMessageBox.yesNo( 420 res = EricMessageBox.yesNo(
421 self, 421 self,
422 self.tr("Save regular expression"), 422 self.tr("Save regular expression"),
423 self.tr("<p>The file <b>{0}</b> already exists." 423 self.tr("<p>The file <b>{0}</b> already exists."
424 " Overwrite it?</p>").format(str(fpath)), 424 " Overwrite it?</p>").format(fpath),
425 icon=EricMessageBox.Warning) 425 icon=EricMessageBox.Warning)
426 if not res: 426 if not res:
427 return 427 return
428 428
429 try: 429 try:

eric ide

mercurial