From f82134aeb6022f996267d252f637e14c1e06e8b7 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Wed, 26 Nov 2008 19:42:04 +0000 Subject: [PATCH] Renamed SongPlugin to SongsPlugin. bzr-revno: 127 --- .eric4project/openlp.org 2.0.e4q | 2 +- .eric4project/openlp.org 2.0.e4t | 2 +- openlp.org 2.0.e4p | 6 ++---- openlp/plugins/songs/{songplugin.py => songsplugin.py} | 0 4 files changed, 4 insertions(+), 6 deletions(-) rename openlp/plugins/songs/{songplugin.py => songsplugin.py} (100%) diff --git a/.eric4project/openlp.org 2.0.e4q b/.eric4project/openlp.org 2.0.e4q index f3c44c581..afd156796 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 179afef00..9cc589227 100644 --- a/.eric4project/openlp.org 2.0.e4t +++ b/.eric4project/openlp.org 2.0.e4t @@ -1,7 +1,7 @@ - + TODO: what is the tags for bridge, pre-chorus? diff --git a/openlp.org 2.0.e4p b/openlp.org 2.0.e4p index 51b1cf3e3..1059a2593 100644 --- a/openlp.org 2.0.e4p +++ b/openlp.org 2.0.e4p @@ -1,7 +1,7 @@ - + Python @@ -66,15 +66,13 @@ openlp/core/pluginmanager.py openlp/core/mediamanageritem.py openlp/core/settingstab.py - openlp/plugins/song/songplugin.py openlp/core/ui/__init__.py openlp/core/ui/mainwindow.py openlp/core/ui/splashscreen.py openlp/core/ui/settings.py openlp/core/ui/alertform.py openlp/core/ui/about.py - openlp/plugins/song/__init__.py - openlp/plugins/song/forms/__init__.py + openlp/plugins/songs/songplugin.py
openlp/resources/forms/mainwindow.ui
diff --git a/openlp/plugins/songs/songplugin.py b/openlp/plugins/songs/songsplugin.py similarity index 100% rename from openlp/plugins/songs/songplugin.py rename to openlp/plugins/songs/songsplugin.py