From aeba39164274fc04f82ef890bebfe50875497d3a Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Tue, 29 Sep 2009 05:51:38 +0100 Subject: [PATCH] Add Jon to about --- openlp/core/lib/plugin.py | 3 +-- openlp/core/ui/about.py | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openlp/core/lib/plugin.py b/openlp/core/lib/plugin.py index 56914df9e..9c4169a81 100644 --- a/openlp/core/lib/plugin.py +++ b/openlp/core/lib/plugin.py @@ -200,8 +200,7 @@ class Plugin(object): def process_add_service_event(self): """ - Proxy method as method is not defined early enough - in the processing + Generic Drag and drop handler triggered from service_manager. """ log.debug(u'process_add_service_event event called for plugin %s' % self.name) self.media_item.onAddClick() diff --git a/openlp/core/ui/about.py b/openlp/core/ui/about.py index 670fc030a..174c8a288 100644 --- a/openlp/core/ui/about.py +++ b/openlp/core/ui/about.py @@ -161,6 +161,7 @@ class AboutForm(QtGui.QDialog): u' Tim \"TRB143\" Bentley\n' u' Jonathan \"gushie\" Corwin\n' u' Scott \"sguerrieri\" Guerrieri\n' + u' Jon \"Meths\" Tibble\n' u' Raoul \"superfly\" Snyman\n' u' Martin \"mijiti\" Thompson\n' u' Carsten \"catini\" Tingaard'))