--- 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):
--- a/objdictgen/objdictedit.py Mon Mar 02 16:15:43 2009 +0100
+++ b/objdictgen/objdictedit.py Thu Mar 12 15:57:44 2009 +0100
@@ -808,7 +808,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):