mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 12:53:12 -06:00
Added option to user menu in the menu bar
This commit is contained in:
parent
de12dadac2
commit
07f9afb14e
@ -43,6 +43,7 @@ class mainFrame(wx.Frame):
|
|||||||
self.follow = user.Append(wx.ID_ANY, _(u"&Actions..."))
|
self.follow = user.Append(wx.ID_ANY, _(u"&Actions..."))
|
||||||
self.timeline = user.Append(wx.ID_ANY, _(u"&View timeline..."))
|
self.timeline = user.Append(wx.ID_ANY, _(u"&View timeline..."))
|
||||||
self.dm = user.Append(wx.ID_ANY, _(u"Direct me&ssage"))
|
self.dm = user.Append(wx.ID_ANY, _(u"Direct me&ssage"))
|
||||||
|
self.addAlias = user.Append(wx.ID_ANY, _("Add a&lias"))
|
||||||
self.addToList = user.Append(wx.ID_ANY, _(u"&Add to list"))
|
self.addToList = user.Append(wx.ID_ANY, _(u"&Add to list"))
|
||||||
self.removeFromList = user.Append(wx.ID_ANY, _(u"R&emove from list"))
|
self.removeFromList = user.Append(wx.ID_ANY, _(u"R&emove from list"))
|
||||||
self.viewLists = user.Append(wx.ID_ANY, _(u"&View lists"))
|
self.viewLists = user.Append(wx.ID_ANY, _(u"&View lists"))
|
||||||
|
Loading…
Reference in New Issue
Block a user