Add the conversations option to the menu bar

This commit is contained in:
2015-03-19 04:50:24 -06:00
parent 75dfaec727
commit 9256a5f981
2 changed files with 2 additions and 0 deletions

View File

@@ -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