Added a new item to the audio menu
This commit is contained in:
parent
b278c8cde9
commit
dc88d68a6c
@ -33,6 +33,8 @@ class audioMenu(wx.Menu):
|
||||
self.AppendItem(self.play)
|
||||
self.library = wx.MenuItem(self, wx.NewId(), _(u"&Add to library"))
|
||||
self.AppendItem(self.library)
|
||||
self.move = wx.MenuItem(self, wx.NewId(), _(u"Move to album"))
|
||||
self.AppendItem(self.move)
|
||||
|
||||
class peopleMenu(wx.Menu):
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user