--- a/Preferences/ConfigurationPages/DebuggerGeneralPage.py Sat Oct 19 16:14:07 2013 +0200 +++ b/Preferences/ConfigurationPages/DebuggerGeneralPage.py Sat Oct 19 16:51:12 2013 +0200 @@ -253,7 +253,7 @@ """<p>The entered address <b>{0}</b> is not""" """ a valid IP v4 or IP v6 address.""" """ Aborting...</p>""") - .format(allowedHost)) + .format(allowedHost)) @pyqtSlot() def on_deleteAllowedHostButton_clicked(self): @@ -286,7 +286,7 @@ """<p>The entered address <b>{0}</b> is not""" """ a valid IP v4 or IP v6 address.""" """ Aborting...</p>""") - .format(allowedHost)) + .format(allowedHost)) def create(dlg):