forked from openlp/openlp
fix presentation import values
This commit is contained in:
parent
18760262ab
commit
fc9b8fcdad
@ -67,6 +67,7 @@ class PresentationMediaItem(MediaManagerItem):
|
||||
for controller in self.controllers:
|
||||
if self.controllers[controller].enabled:
|
||||
for type in self.controllers[controller].supports:
|
||||
type = u'*%s' % type
|
||||
if fileType.find(type) == -1:
|
||||
fileType += type + u' '
|
||||
self.OnNewFileMasks = self.trUtf8('Presentations (%s)' % fileType)
|
||||
|
Loading…
Reference in New Issue
Block a user