diff -r ba69827929ee -r c3eb7cc1ff8b Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py --- a/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py Tue Jan 12 18:33:34 2010 +0000 +++ b/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py Tue Jan 12 18:36:05 2010 +0000 @@ -12,7 +12,7 @@ from PyQt4.QtCore import * from PyQt4.QtGui import * -from E4Gui.E4Application import e4App +from E4Gui.E4Application import e5App from .Ui_MessageBoxWizardDialog import Ui_MessageBoxWizardDialog @@ -318,4 +318,4 @@ if not self.rAbout.isChecked() and not self.rAboutQt.isChecked(): msgdlg += self.__getQt42ButtonCode(istring, indString) msgdlg +=')%s' % os.linesep - return msgdlg + return msgdlg \ No newline at end of file