From e4560515a5e88aac3f1268dc00a27d74a23a1751 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Wed, 26 Nov 2008 18:55:18 +0000 Subject: [PATCH] Renamed "Song" to "Songs" plugin. bzr-revno: 125 --- .eric4project/openlp.org 2.0.e4q | 2 +- .eric4project/openlp.org 2.0.e4t | 2 +- openlp/plugins/{song => songs}/songplugin.py | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename openlp/plugins/{song => songs}/songplugin.py (100%) diff --git a/.eric4project/openlp.org 2.0.e4q b/.eric4project/openlp.org 2.0.e4q index 34f467bbc..04dc22bdf 100644 --- a/.eric4project/openlp.org 2.0.e4q +++ b/.eric4project/openlp.org 2.0.e4q @@ -1,7 +1,7 @@ - + \ No newline at end of file diff --git a/.eric4project/openlp.org 2.0.e4t b/.eric4project/openlp.org 2.0.e4t index 53cbe1277..3b98b1352 100644 --- a/.eric4project/openlp.org 2.0.e4t +++ b/.eric4project/openlp.org 2.0.e4t @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/openlp/plugins/song/songplugin.py b/openlp/plugins/songs/songplugin.py similarity index 100% rename from openlp/plugins/song/songplugin.py rename to openlp/plugins/songs/songplugin.py