--- a/eric6/Plugins/PluginWizardDotDesktop.py Mon Oct 05 19:51:55 2020 +0200 +++ b/eric6/Plugins/PluginWizardDotDesktop.py Tue Oct 06 17:52:44 2020 +0200 @@ -133,7 +133,7 @@ DotDesktopWizardDialog ) dlg = DotDesktopWizardDialog(None) - if dlg.exec_() == QDialog.Accepted: + if dlg.exec() == QDialog.Accepted: code = dlg.getCode() if code: editor.selectAll()