diff --git a/openlp/plugins/images/imageserviceitem.py b/openlp/plugins/images/imageserviceitem.py index 0aed22047..321bdca46 100644 --- a/openlp/plugins/images/imageserviceitem.py +++ b/openlp/plugins/images/imageserviceitem.py @@ -25,7 +25,15 @@ from listwithpreviews import ListWithPreviews class ImageServiceItem(ServiceItem): """ The service item is a base class for the plugins to use to interact with - the service manager, the slide controller, and the renderer. + * the service manager (and hence the OOS disk files), + * the slide controller(s - both preview and live) + * and the renderer - which produces the + main screen + the preview preview and + the live preview + + + """ global log log=logging.getLogger("ImageServiceItem")