diff -r 36e9f388958b -r 30c81c9e88b8 Network/IRC/IrcNetworkWidget.py --- a/Network/IRC/IrcNetworkWidget.py Sat Oct 19 14:05:26 2013 +0200 +++ b/Network/IRC/IrcNetworkWidget.py Sat Oct 19 15:15:50 2013 +0200 @@ -373,7 +373,7 @@ "", self.trUtf8( "HTML Files (*.{0});;Text Files (*.txt);;All Files (*)") - .format(htmlExtension), + .format(htmlExtension), None, E5FileDialog.Options(E5FileDialog.DontConfirmOverwrite)) if fname: @@ -409,7 +409,7 @@ self.trUtf8( """<p>The messages contents could not be written""" """ to <b>{0}</b></p><p>Reason: {1}</p>""") - .format(fname, str(err))) + .format(fname, str(err))) def __initMessagesMenu(self): """