X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=tree.py;h=708e0dc41130c2c2741d322e37e1652f00ce1adb;hp=25106faa9fd5c7ce01a5d191f2bc6366f2a262f2;hb=9ba3d2c5c6c49439c8b2ff4ae6bd7a632146850a;hpb=357e5403d3c539083a1052248628f0aab1af1eaa 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'))