From 3defb3b4c5bbfb28086a01f0af6680d415d02869 Mon Sep 17 00:00:00 2001 From: Jon Tibble Date: Fri, 13 Nov 2009 17:42:51 +0000 Subject: [PATCH] SPG --- openlp/core/ui/slidecontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/slidecontroller.py b/openlp/core/ui/slidecontroller.py index d359dc923..e916e77be 100644 --- a/openlp/core/ui/slidecontroller.py +++ b/openlp/core/ui/slidecontroller.py @@ -423,7 +423,7 @@ class SlideController(QtGui.QWidget): def addServiceManagerItem(self, item, slideno): """ Method to install the service item into the controller and - request the correct the toolbar of the plugin + request the correct toolbar for the plugin. Called by ServiceManager """ log.debug(u'addServiceManagerItem')