From 830da7a1bfdbeb968233c1638a69badfee6e5aab Mon Sep 17 00:00:00 2001 From: Martin Thompson Date: Wed, 24 Jun 2009 20:36:33 +0100 Subject: [PATCH] Added some more comments --- openlp/core/lib/mediamanageritem.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openlp/core/lib/mediamanageritem.py b/openlp/core/lib/mediamanageritem.py index 31a73b740..7dfb10b4f 100644 --- a/openlp/core/lib/mediamanageritem.py +++ b/openlp/core/lib/mediamanageritem.py @@ -116,6 +116,10 @@ class MediaManagerItem(QtGui.QWidget): # self.plugin_text_short # eg "Image" for the image plugin # self.config_section - where the items in the media manager are stored # this could potentially be self.plugin_text_short.lower() + # + # self.on_new_prompt=u'Select Image(s)' + # self.on_new_file_masks=u'Images (*.jpg *jpeg *.gif *.png *.bmp)' + # assumes that the new action is to load a file. If not, override onnew # The assumption is that given that at least two plugins are of the form # "text with an icon" then all this will help