diff -r 4d50417dab22 -r 9012db875549 objdictgen/objdictedit.py --- 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):