fix presentation import values

This commit is contained in:
Tim Bentley 2010-02-09 08:28:34 +00:00
parent 18760262ab
commit fc9b8fcdad
1 changed files with 1 additions and 0 deletions

View File

@ -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)