mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-23 03:38:08 -06:00
Update view.py
This commit is contained in:
parent
6717cb5154
commit
aa1a3542e5
@ -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