diff -r e1074b63ff08 -r 5af61623ae3c Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py --- a/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py Fri Sep 03 18:53:24 2010 +0200 +++ b/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py Fri Sep 03 20:04:49 2010 +0200 @@ -315,7 +315,7 @@ self.trUtf8("Save regular expression"), self.trUtf8("<p>The file <b>{0}</b> already exists." " Overwrite it?</p>").format(fname), - type_ = E5MessageBox.Warning) + icon = E5MessageBox.Warning) if not res: return @@ -677,4 +677,4 @@ self.resize(size) self.cw.buttonBox.accepted[()].connect(self.close) - self.cw.buttonBox.rejected[()].connect(self.close) + self.cw.buttonBox.rejected[()].connect(self.close) \ No newline at end of file