mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-01-18 16:40:41 -06:00
Add find option to WX view.
This commit is contained in:
parent
258bcff53e
commit
db97d5f855
@ -50,6 +50,7 @@ class mainFrame(wx.Frame):
|
||||
# buffer menu
|
||||
buffer = wx.Menu()
|
||||
self.trends = buffer.Append(wx.NewId(), _(u"New &trending topics buffer..."))
|
||||
self.find = buffer.Append(wx.NewId(), _(u"Find a string in the currently focused buffer..."))
|
||||
self.load_previous_items = buffer.Append(wx.NewId(), _(u"&Load previous items"))
|
||||
buffer.AppendSeparator()
|
||||
self.mute_buffer = buffer.AppendCheckItem(wx.NewId(), _(u"&Mute"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user