Preferences/ConfigurationPages/DebuggerGeneralPage.py

changeset 1184
a9ce179c7c94
parent 1131
7781e396c903
child 1509
c0b5e693b0eb
--- a/Preferences/ConfigurationPages/DebuggerGeneralPage.py	Sun Jul 17 18:27:48 2011 +0200
+++ b/Preferences/ConfigurationPages/DebuggerGeneralPage.py	Mon Jul 18 19:50:45 2011 +0200
@@ -66,7 +66,7 @@
                     if ":" in addressEntry.ip().toString() and not socket.has_ipv6:
                         continue    # IPv6 not supported by Python
                     interfaces.append("{0} ({1})"\
-                                      .format(networkInterface.name(),
+                                      .format(networkInterface.humanReadableName(),
                                               addressEntry.ip().toString()))
         self.interfacesCombo.addItems(interfaces)
         interface = Preferences.getDebugger("NetworkInterface")

eric ide

mercurial