From d09b9edcc974e71ddc8be61fcf71c4b93e96610b Mon Sep 17 00:00:00 2001 From: Arjan Schrijver Date: Mon, 28 Jan 2013 20:52:26 +0100 Subject: [PATCH] Fixed two comments --- openlp/core/lib/treewidgetwithdnd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openlp/core/lib/treewidgetwithdnd.py b/openlp/core/lib/treewidgetwithdnd.py index fe53bb43a..75a64b515 100644 --- a/openlp/core/lib/treewidgetwithdnd.py +++ b/openlp/core/lib/treewidgetwithdnd.py @@ -37,11 +37,11 @@ from openlp.core.lib import Receiver class TreeWidgetWithDnD(QtGui.QTreeWidget): """ - Provide a list widget to store objects and handle drag and drop events + Provide a tree widget to store objects and handle drag and drop events """ def __init__(self, parent=None, name=u''): """ - Initialise the list widget + Initialise the tree widget """ QtGui.QTreeWidget.__init__(self, parent) self.mimeDataText = name