From 1cb9594e5881c1090876a92b073f8b93158d952b Mon Sep 17 00:00:00 2001 From: M2j Date: Sat, 11 Dec 2010 01:29:57 +0100 Subject: [PATCH] test exception removed --- openlp/core/ui/aboutform.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/openlp/core/ui/aboutform.py b/openlp/core/ui/aboutform.py index f3b519465..3b49ff274 100644 --- a/openlp/core/ui/aboutform.py +++ b/openlp/core/ui/aboutform.py @@ -54,13 +54,6 @@ class AboutForm(QtGui.QDialog, Ui_AboutDialog): QtCore.QObject.connect(self.contributeButton, QtCore.SIGNAL(u'clicked()'), self.onContributeButtonClicked) - def reject(self): - """ - Raise a exception to test the exception handler. - """ - self.done(QtGui.QDialog.Rejected) - str(u'unvern\u00FCnftig') - def onContributeButtonClicked(self): """ Launch a web browser and go to the contribute page on the site.