objdictgen/networkedit.py
changeset 534 9012db875549
parent 512 e84806c0ada4
child 548 ecb8b7c6cf17
--- a/objdictgen/networkedit.py	Mon Mar 02 16:15:43 2009 +0100
+++ b/objdictgen/networkedit.py	Thu Mar 12 15:57:44 2009 +0100
@@ -752,7 +752,7 @@
     
     def OnOtherCommunicationMenu(self, event):
         dictionary,current = self.Manager.GetCurrentDS302Lists()
-        self.EditProfile("Edit DS-301 Profile", dictionary, current)
+        self.EditProfile("Edit DS-302 Profile", dictionary, current)
         event.Skip()
     
     def OnEditProfileMenu(self, event):