X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=tree.py;h=708e0dc41130c2c2741d322e37e1652f00ce1adb;hp=25106faa9fd5c7ce01a5d191f2bc6366f2a262f2;hb=e3ba8406e7131f5799c1253971416feb703d608e;hpb=238d461ff111b1bc3302494de4d9b630f9e9f623 diff --git a/tree.py b/tree.py index 25106fa..708e0dc 100644 --- a/tree.py +++ b/tree.py @@ -468,8 +468,10 @@ class LeftTree(CT.CustomTreeCtrl): elif pydata.get('type', False) == 'reinertmatrix' and pydata['uuid'] in self.parent.history.opened : openmenu = wx.Menu() antipro = openmenu.Append(wx.ID_ANY, _(u"antiprofiles").decode('utf8')) + rapport = menu.Append(wx.ID_ANY, _(u"Report").decode('utf8')) menu.AppendMenu(wx.ID_ANY, _(u"Open ...").decode('utf8'), openmenu) self.Bind(wx.EVT_MENU, self.OpenAntipro, antipro) + self.Bind(wx.EVT_MENU, self.OnRapport, rapport) itemdelete = menu.Append(wx.ID_ANY, _(u"Delete from history").decode('utf8'))