# HG changeset patch # User lbessard # Date 1236869864 -3600 # Node ID 9012db875549ff1316d32f95a8e2cb020196083e # Parent 4d50417dab2275d2447875a74a99664428bcfeb3 Bug on DS302 Profile Dialog fixed diff -r 4d50417dab22 -r 9012db875549 objdictgen/networkedit.py --- 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): 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):