From 219218161b11f86ec6fbe709fd77b27d5bff8608 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Fri, 1 Jul 2011 17:59:56 +0100 Subject: [PATCH] 6am spelling fix --- openlp/core/lib/mediamanageritem.py | 4 ++-- openlp/plugins/songs/lib/mediaitem.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openlp/core/lib/mediamanageritem.py b/openlp/core/lib/mediamanageritem.py index 17862326e..0cc25717c 100644 --- a/openlp/core/lib/mediamanageritem.py +++ b/openlp/core/lib/mediamanageritem.py @@ -288,7 +288,7 @@ class MediaManagerItem(QtGui.QWidget): self.listView, u':/general/general_add.png', translate('OpenLP.MediaManagerItem', '&Add to selected Service Item'), self.onAddEditClick) - self.addCutomContextActions() + self.addCustomContextActions() # Create the context menu and add all actions from the listView. self.menu = QtGui.QMenu() self.menu.addActions(self.listView.actions()) @@ -302,7 +302,7 @@ class MediaManagerItem(QtGui.QWidget): QtCore.SIGNAL('customContextMenuRequested(QPoint)'), self.contextMenu) - def addCutomContextActions(self): + def addCustomContextActions(self): """ Implement this method in your descendent media manager item to add any context menu items. This method is called automatically. diff --git a/openlp/plugins/songs/lib/mediaitem.py b/openlp/plugins/songs/lib/mediaitem.py index 9082d8a1f..743013934 100644 --- a/openlp/plugins/songs/lib/mediaitem.py +++ b/openlp/plugins/songs/lib/mediaitem.py @@ -129,7 +129,7 @@ class SongMediaItem(MediaManagerItem): QtCore.SIGNAL(u'searchTypeChanged(int)'), self.onSearchTextButtonClick) - def addCutomContextActions(self): + def addCustomContextActions(self): context_menu_separator(self.listView) context_menu_action( self.listView, u':/general/general_add.png',