diff -r 0a02c433f52d -r 5883ce99ee12 Network/IRC/IrcNetworkWidget.py --- a/Network/IRC/IrcNetworkWidget.py Fri Nov 01 15:48:48 2013 +0100 +++ b/Network/IRC/IrcNetworkWidget.py Sun Nov 03 15:58:22 2013 +0100 @@ -375,7 +375,7 @@ "", self.trUtf8( "HTML Files (*.{0});;Text Files (*.txt);;All Files (*)") - .format(htmlExtension), + .format(htmlExtension), None, E5FileDialog.Options(E5FileDialog.DontConfirmOverwrite)) if fname: @@ -410,8 +410,8 @@ self.trUtf8("Error saving Messages"), self.trUtf8( """<p>The messages contents could not be written""" - """ to <b>{0}</b></p><p>Reason: {1}</p>""")\ - .format(fname, str(err))) + """ to <b>{0}</b></p><p>Reason: {1}</p>""") + .format(fname, str(err))) def __initMessagesMenu(self): """