fixed bug 1146964

Fixes: https://launchpad.net/bugs/1146964
This commit is contained in:
Andreas Preikschat 2013-03-19 20:07:02 +01:00
parent 147cfccd04
commit 8df2a6af32
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ class ExceptionForm(QtGui.QDialog, Ui_ExceptionDialog):
self,translate('ImagePlugin.ExceptionDialog',
'Select Attachment'),
SettingsManager.get_last_dir(u'exceptions'),
u'%s (*.*) (*)' % UiStrings().AllFiles)
u'%s (*.*)' % UiStrings().AllFiles)
log.info(u'New files(s) %s', unicode(files))
if files:
self.fileAttachment = unicode(files)