--- a/DataViews/PyProfileDialog.py Tue Aug 31 12:36:10 2010 +0200 +++ b/DataViews/PyProfileDialog.py Tue Aug 31 13:23:27 2010 +0200 @@ -208,7 +208,7 @@ fname = "{0}.profile".format(self.basename) if not os.path.exists(fname): - QMessageBox.warning(None, + E5MessageBox.warning(self, self.trUtf8("Profile Results"), self.trUtf8("""<p>There is no profiling data""" """ available for <b>{0}</b>.</p>""")