From e93a59e83ad725a3ffc9527bd736752f85f001e5 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Thu, 18 Jul 2013 21:44:28 +0200 Subject: [PATCH] spelling --- openlp/core/ui/maindisplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index 506820b37..58d69253f 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -65,7 +65,7 @@ class Display(QtGui.QGraphicsView): Constructor """ if live: - super(Display, sef).__init__() + super(Display, self).__init__() # Overwrite the parent() method. self.parent = lambda: parent else: