From 2292b78261c5e06c006207872d22025213bda09a Mon Sep 17 00:00:00 2001 From: Etoh Date: Sat, 26 Apr 2014 15:29:14 +0100 Subject: [PATCH] Change contact e-mail from devs@ to dev@ --- syncplay/ui/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/ui/gui.py b/syncplay/ui/gui.py index 5f5c1e0..0286b62 100644 --- a/syncplay/ui/gui.py +++ b/syncplay/ui/gui.py @@ -258,7 +258,7 @@ class MainWindow(QtGui.QMainWindow): window.contactLabel.setLineWidth(1) window.contactLabel.setMidLineWidth(0) window.contactLabel.setMargin(2) - window.contactLabel.setText("Have an idea, bug report or feedback? E-mail devs@syncplay.pl, chat via the #Syncplay IRC channel on irc.freenode.net or raise an issue via GitHub. Also check out http://syncplay.pl/ for info, help and updates.") + window.contactLabel.setText("Have an idea, bug report or feedback? E-mail devs@syncplay.pl, chat via the #Syncplay IRC channel on irc.freenode.net or raise an issue via GitHub. Also check out http://syncplay.pl/ for info, help and updates.") window.contactLabel.setTextInteractionFlags(Qt.LinksAccessibleByMouse) window.contactLabel.setOpenExternalLinks(True) window.listLayout.addWidget(window.contactLabel)