--- a/Preferences/ConfigurationPages/DebuggerGeneralPage.py Mon Oct 14 18:26:25 2013 +0200 +++ b/Preferences/ConfigurationPages/DebuggerGeneralPage.py Mon Oct 14 19:30:36 2013 +0200 @@ -227,7 +227,8 @@ [QAbstractSocket.IPv4Protocol, QAbstractSocket.IPv6Protocol]: self.allowedHostsList.addItem(allowedHost) else: - E5MessageBox.critical(self, + E5MessageBox.critical( + self, self.trUtf8("Add allowed host"), self.trUtf8( """<p>The entered address <b>{0}</b> is not""" @@ -259,7 +260,8 @@ [QAbstractSocket.IPv4Protocol, QAbstractSocket.IPv6Protocol]: self.allowedHostsList.currentItem().setText(allowedHost) else: - E5MessageBox.critical(self, + E5MessageBox.critical( + self, self.trUtf8("Edit allowed host"), self.trUtf8( """<p>The entered address <b>{0}</b> is not"""