From 8df2a6af321fc9c87f5373dc78f3424834d8d5c7 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Tue, 19 Mar 2013 20:07:02 +0100 Subject: [PATCH] fixed bug 1146964 Fixes: https://launchpad.net/bugs/1146964 --- openlp/core/ui/exceptionform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/exceptionform.py b/openlp/core/ui/exceptionform.py index c2f082569..2dfa80b0d 100644 --- a/openlp/core/ui/exceptionform.py +++ b/openlp/core/ui/exceptionform.py @@ -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)