--- a/E5Gui/E5MessageBox.py Wed Sep 01 19:25:12 2010 +0200 +++ b/E5Gui/E5MessageBox.py Thu Sep 02 08:58:41 2010 +0200 @@ -42,6 +42,10 @@ else: return messageBox.standardButton(clickedButton) +# the about functions are here for consistancy +about = QMessageBox.about +aboutQt = QMessageBox.aboutQt + def critical(parent, title, text, buttons = QMessageBox.Ok, defaultButton = QMessageBox.NoButton): """