mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Added a shortcut for the add new tweet button
This commit is contained in:
parent
dbecf341ec
commit
6346651edf
@ -57,7 +57,7 @@ class tweet(wx.Dialog):
|
|||||||
mainBox.Add(btn_sizer_1, 1, wx.EXPAND, 0)
|
mainBox.Add(btn_sizer_1, 1, wx.EXPAND, 0)
|
||||||
self.add = wx.Button(panel, wx.ID_ANY, _("A&dd..."))
|
self.add = wx.Button(panel, wx.ID_ANY, _("A&dd..."))
|
||||||
btn_sizer_1.Add(self.add, 0, 0, 0)
|
btn_sizer_1.Add(self.add, 0, 0, 0)
|
||||||
self.add_tweet = wx.Button(panel, wx.ID_ANY, _("Add tweet"))
|
self.add_tweet = wx.Button(panel, wx.ID_ANY, _("Add t&weet"))
|
||||||
self.add_tweet.Enable(thread_mode)
|
self.add_tweet.Enable(thread_mode)
|
||||||
btn_sizer_1.Add(self.add_tweet, 0, 0, 0)
|
btn_sizer_1.Add(self.add_tweet, 0, 0, 0)
|
||||||
self.add_audio = wx.Button(panel, wx.ID_ANY, _("&Attach audio..."))
|
self.add_audio = wx.Button(panel, wx.ID_ANY, _("&Attach audio..."))
|
||||||
|
Loading…
Reference in New Issue
Block a user