objdictgen/networkedit.py
changeset 534 9012db875549
parent 512 e84806c0ada4
child 548 ecb8b7c6cf17
equal deleted inserted replaced
533:4d50417dab22 534:9012db875549
   750         self.EditProfile("Edit DS-301 Profile", dictionary, current)
   750         self.EditProfile("Edit DS-301 Profile", dictionary, current)
   751         event.Skip()
   751         event.Skip()
   752     
   752     
   753     def OnOtherCommunicationMenu(self, event):
   753     def OnOtherCommunicationMenu(self, event):
   754         dictionary,current = self.Manager.GetCurrentDS302Lists()
   754         dictionary,current = self.Manager.GetCurrentDS302Lists()
   755         self.EditProfile("Edit DS-301 Profile", dictionary, current)
   755         self.EditProfile("Edit DS-302 Profile", dictionary, current)
   756         event.Skip()
   756         event.Skip()
   757     
   757     
   758     def OnEditProfileMenu(self, event):
   758     def OnEditProfileMenu(self, event):
   759         title = "Edit %s Profile"%self.Manager.GetCurrentProfileName()
   759         title = "Edit %s Profile"%self.Manager.GetCurrentProfileName()
   760         dictionary,current = self.Manager.GetCurrentProfileLists()
   760         dictionary,current = self.Manager.GetCurrentProfileLists()