forked from openlp/openlp
Added a copy of the openlp.org import for the openlp.org 2 import.
bzr-revno: 237
This commit is contained in:
parent
fe2037663f
commit
f6cc0ecf94
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user