Skip to content

Commit

Permalink
removed Utility menu from plot menu
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-jones committed Aug 9, 2001
1 parent 42c0d03 commit f21673a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Lib/plt/wxplt.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,10 +484,10 @@ def __init__(self, parent=wx.NULL, id = -1, title = '',
wx.EVT_MENU(self,Y_TEXT,self.OnTitle)
self.mainmenu.Append(menu, '&Titles')

menu = wx.wxMenu()
menu.Append(300, '&Profile', 'Check the hot spots in the program')
wx.EVT_MENU(self,300,self.OnProfile)
self.mainmenu.Append(menu, '&Utility')
#menu = wx.wxMenu()
#menu.Append(300, '&Profile', 'Check the hot spots in the program')
#wx.EVT_MENU(self,300,self.OnProfile)
#self.mainmenu.Append(menu, '&Utility')

self.SetMenuBar(self.mainmenu)

Expand Down

0 comments on commit f21673a

Please sign in to comment.