mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 14:06:07 -04:00
Add the conversations option to the menu bar
This commit is contained in:
@@ -34,6 +34,7 @@ class mainFrame(wx.Frame):
|
||||
self.unfav = tweet.Append(wx.NewId(), _(u"Remove from favo&urites"))
|
||||
self.view = tweet.Append(wx.NewId(), _(u"&Show tweet"))
|
||||
self.view_coordinates = tweet.Append(wx.NewId(), _(u"View &address"))
|
||||
self.view_conversation = tweet.Append(wx.NewId(), _(u"View conversa&tion"))
|
||||
self.delete = tweet.Append(wx.NewId(), _(u"&Delete"))
|
||||
|
||||
# User menu
|
||||
|
Reference in New Issue
Block a user