connectors/WAMP_dialog.py
changeset 2334 d1470c052662
parent 2329 e5703dc8848e
child 2492 7dd551ac2fa0
--- a/connectors/WAMP_dialog.py	Fri Nov 09 13:26:06 2018 +0100
+++ b/connectors/WAMP_dialog.py	Wed Nov 14 11:32:08 2018 +0100
@@ -14,12 +14,12 @@
 
 model = [('host',_("Host:")),
          ('port',_("Port:")),
-         ('realm',_("Realm:")),
-         ('ID',_("ID:"))]
+         ('realm',_("Realm:"))]
 
 class WAMP_dialog(SchemeEditor):
     def __init__(self, *args, **kwargs):
         self.model = model
+        self.EnableIDSelector = True
         SchemeEditor.__init__(self, *args, **kwargs)
 
     def SetLoc(self, loc):