forked from openlp/openlp
Removed unnecessary comments.
This commit is contained in:
parent
8c6e033c3d
commit
d321249366
@ -61,9 +61,6 @@ class ImageMediaItem(MediaManagerItem):
|
||||
def retranslateUi(self):
|
||||
self.OnNewPrompt = translate('ImagePlugin.MediaItem',
|
||||
'Select Image(s)')
|
||||
#file_formats = u''
|
||||
#for file_format in QtGui.QImageReader.supportedImageFormats():
|
||||
# file_formats += u'*.%s ' % file_format
|
||||
file_formats = get_images_filter()
|
||||
self.OnNewFileMasks = u'%s;;%s (*.*) (*)' % (file_formats,
|
||||
unicode(translate('ImagePlugin.MediaItem', 'All Files')))
|
||||
|
Loading…
Reference in New Issue
Block a user