From 2e72e2cbe778692d24db3c8d8dd996896667437e Mon Sep 17 00:00:00 2001 From: rimach Date: Thu, 30 Sep 2010 07:04:31 +0200 Subject: [PATCH] add missing function content --- openlp/core/lib/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/lib/plugin.py b/openlp/core/lib/plugin.py index a4487dc0a..ad91400a3 100644 --- a/openlp/core/lib/plugin.py +++ b/openlp/core/lib/plugin.py @@ -314,4 +314,4 @@ class Plugin(QtCore.QObject): """ Called to define all translatable texts of the plugin """ - + pass