From 8c61bb68fd31a2c29e7f4a888d835f6538b87dc0 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Sun, 18 Feb 2024 09:51:06 +0100 Subject: [PATCH] Change bug reporting email address to differentiate between affected versions. --- openlp/core/ui/exceptionform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/exceptionform.py b/openlp/core/ui/exceptionform.py index 4452aa9a3..deb7e99c8 100644 --- a/openlp/core/ui/exceptionform.py +++ b/openlp/core/ui/exceptionform.py @@ -138,7 +138,7 @@ class ExceptionForm(QtWidgets.QDialog, Ui_ExceptionDialog, RegistryProperties): libs=content['libs'])) if self.file_attachment: mail_urlquery.addQueryItem('attach', self.file_attachment) - mail_to_url = QtCore.QUrl('mailto:bugs3@openlp.org') + mail_to_url = QtCore.QUrl('mailto:bugs31@openlp.org') mail_to_url.setQuery(mail_urlquery) QtGui.QDesktopServices.openUrl(mail_to_url)