Replaced deprecated functions
This commit is contained in:
		| @@ -5,6 +5,6 @@ class contextMenu(wx.Menu): | |||||||
| 	def __init__(self, *args, **kwargs): | 	def __init__(self, *args, **kwargs): | ||||||
| 		super(contextMenu, self).__init__(*args, **kwargs) | 		super(contextMenu, self).__init__(*args, **kwargs) | ||||||
| 		self.play = wx.MenuItem(self, wx.NewId(), _("Play")) | 		self.play = wx.MenuItem(self, wx.NewId(), _("Play")) | ||||||
| 		self.AppendItem(self.play) | 		self.Append(self.play) | ||||||
| 		self.download = wx.MenuItem(self, wx.NewId(), _("Download")) | 		self.download = wx.MenuItem(self, wx.NewId(), _("Download")) | ||||||
| 		self.AppendItem(self.download) | 		self.Append(self.download) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user