mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-29 22:23:12 -06:00
commit
8197f0c0d9
@ -32,7 +32,7 @@ class mainFrame(wx.Frame):
|
|||||||
self.view = tweet.Append(wx.NewId(), _(u"&Show tweet"))
|
self.view = tweet.Append(wx.NewId(), _(u"&Show tweet"))
|
||||||
self.view_coordinates = tweet.Append(wx.NewId(), _(u"View &address"))
|
self.view_coordinates = tweet.Append(wx.NewId(), _(u"View &address"))
|
||||||
self.view_conversation = tweet.Append(wx.NewId(), _(u"View conversa&tion"))
|
self.view_conversation = tweet.Append(wx.NewId(), _(u"View conversa&tion"))
|
||||||
self.ocr = tweet.Append(wx.NewId(), _(u"Read text in pictures"))
|
self.ocr = tweet.Append(wx.NewId(), _(u"Read text in picture"))
|
||||||
self.delete = tweet.Append(wx.NewId(), _(u"&Delete"))
|
self.delete = tweet.Append(wx.NewId(), _(u"&Delete"))
|
||||||
|
|
||||||
# User menu
|
# User menu
|
||||||
|
Loading…
Reference in New Issue
Block a user