Added select/unselect all option in menu for audio buffers
This commit is contained in:
@@ -32,6 +32,8 @@ class audioMenu(wx.Menu):
|
||||
self.library = self.Append(wx.NewId(), _("&Add to library"))
|
||||
self.move = self.Append(wx.NewId(), _("Move to album"))
|
||||
self.download = self.Append(wx.NewId(), _("Download"))
|
||||
self.select = self.Append(wx.NewId(), _("Select all"))
|
||||
self.unselect = self.Append(wx.NewId(), _("Unselect all"))
|
||||
|
||||
class peopleMenu(wx.Menu):
|
||||
def __init__(self, is_request=False, is_subscriber=False, not_friend=False, *args, **kwargs):
|
||||
|
Reference in New Issue
Block a user