--- a/UI/EmailDialog.py Sat Feb 05 14:21:37 2011 +0100 +++ b/UI/EmailDialog.py Sat Feb 05 16:32:34 2011 +0100 @@ -317,7 +317,8 @@ """ fname = QFileDialog.getOpenFileName( self, - self.trUtf8("Attach file")) + self.trUtf8("Attach file"), + options = QFileDialog.DontUseNativeDialog) if fname: self.attachFile(fname, False) @@ -368,4 +369,4 @@ """ self.sendButton.setEnabled( self.subject.text() != "" and \ - self.message.toPlainText() != "") \ No newline at end of file + self.message.toPlainText() != "")