mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Merge branch 'new_tweet_dialogs' of github.com:manuelcortez/twblue into new_tweet_dialogs
This commit is contained in:
commit
514e66411d
@ -1,5 +1,5 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import url_shortener, re
|
import re
|
||||||
import output
|
import output
|
||||||
import config
|
import config
|
||||||
import logging
|
import logging
|
||||||
|
@ -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