Added a copy of the openlp.org import for the openlp.org 2 import.

bzr-revno: 237
This commit is contained in:
Raoul Snyman 2008-12-17 12:11:35 +00:00
parent fe2037663f
commit f6cc0ecf94
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ class SongsPlugin(Plugin):
self.ImportOpenlp2Item.setStatusTip(QtGui.QApplication.translate("main_window", "Export songs in OpenLP 2.0 format", None, QtGui.QApplication.UnicodeUTF8))
# Signals and slots
QtCore.QObject.connect(self.ImportOpenlp1Item, QtCore.SIGNAL("triggered()"), self.onImportOpenlp1ItemClick)
QtCore.QObject.connect(self.ImportOpenlp2Item, QtCore.SIGNAL("triggered()"), self.onImportOpenlp1ItemClick)
QtCore.QObject.connect(self.ImportOpenSongItem, QtCore.SIGNAL("triggered()"), self.onImportOpenSongItemClick)
def initialise(self):