forked from openlp/openlp
Removed the xml filter for OpenSong
This commit is contained in:
parent
40d06d492b
commit
274b3b9253
@ -321,12 +321,7 @@ class ImportWizardForm(QtGui.QWizard, Ui_SongImportWizard):
|
|||||||
self.getFiles(
|
self.getFiles(
|
||||||
translate('SongsPlugin.ImportWizardForm',
|
translate('SongsPlugin.ImportWizardForm',
|
||||||
'Select Open Song Files'),
|
'Select Open Song Files'),
|
||||||
self.openSongFileListWidget,
|
self.openSongFileListWidget
|
||||||
u'%s (*.xml);;%s (*)'
|
|
||||||
% (translate('SongsPlugin.ImportWizardForm',
|
|
||||||
'OpenSong html Files'),
|
|
||||||
translate('SongsPlugin.ImportWizardForm',
|
|
||||||
'All Files'))
|
|
||||||
)
|
)
|
||||||
|
|
||||||
def onOpenSongRemoveButtonClicked(self):
|
def onOpenSongRemoveButtonClicked(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user