From fb3abf7f36ab5c5197c66fa639c9d6c23a136b31 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 27 Mar 2010 16:46:52 +0000 Subject: [PATCH] Fix date --- openlp/core/ui/aboutdialog.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openlp/core/ui/aboutdialog.py b/openlp/core/ui/aboutdialog.py index c74246f5c..7d8d27103 100644 --- a/openlp/core/ui/aboutdialog.py +++ b/openlp/core/ui/aboutdialog.py @@ -166,9 +166,9 @@ class Ui_AboutDialog(object): self.AboutNotebook.indexOf(self.CreditsTab), self.trUtf8('Credits')) self.LicenseTextEdit.setPlainText(self.trUtf8( - 'Copyright ' + u'\u00a9'.encode('utf8') + ' 2004-2009 Raoul ' + 'Copyright ' + u'\u00a9'.encode('utf8') + ' 2004-2010 Raoul ' 'Snyman\n' - 'Portions copyright ' + u'\u00a9'.encode('utf8') + ' 2004-2009 ' + 'Portions copyright ' + u'\u00a9'.encode('utf8') + ' 2004-2010 ' 'Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, ' 'Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon ' 'Tibble, Carsten Tinggaard\n'