Changed opensong import file extension to All files *.*

This commit is contained in:
Martin Thompson 2010-07-09 19:17:48 +01:00
parent 3c21924e03
commit bd6337af0d
1 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@ class SongsPlugin(Plugin):
filenames = QtGui.QFileDialog.getOpenFileNames(
None, translate('SongsPlugin',
'Open OpenSong file'),
u'', u'OpenSong file (*. *.zip *.ZIP)')
u'', u'All files (*.*)')
try:
for filename in filenames:
importer = OpenSongImport(self.manager)
@ -236,4 +236,4 @@ class SongsPlugin(Plugin):
if not self.manager.get_all_objects_filtered(Song,
Song.theme_name == theme):
return True
return False
return False