objdictgen/objdictedit.py
changeset 534 9012db875549
parent 527 7d5c74cc8f91
child 548 ecb8b7c6cf17
equal deleted inserted replaced
533:4d50417dab22 534:9012db875549
   806         self.EditProfile("Edit DS-301 Profile", dictionary, current)
   806         self.EditProfile("Edit DS-301 Profile", dictionary, current)
   807         event.Skip()
   807         event.Skip()
   808     
   808     
   809     def OnOtherCommunicationMenu(self, event):
   809     def OnOtherCommunicationMenu(self, event):
   810         dictionary,current = self.Manager.GetCurrentDS302Lists()
   810         dictionary,current = self.Manager.GetCurrentDS302Lists()
   811         self.EditProfile("Edit DS-301 Profile", dictionary, current)
   811         self.EditProfile("Edit DS-302 Profile", dictionary, current)
   812         event.Skip()
   812         event.Skip()
   813     
   813     
   814     def OnEditProfileMenu(self, event):
   814     def OnEditProfileMenu(self, event):
   815         title = "Edit %s Profile"%self.Manager.GetCurrentProfileName()
   815         title = "Edit %s Profile"%self.Manager.GetCurrentProfileName()
   816         dictionary,current = self.Manager.GetCurrentProfileLists()
   816         dictionary,current = self.Manager.GetCurrentProfileLists()