Retweets, add and remove from favourites are supported

This commit is contained in:
2015-01-02 10:53:33 -06:00
parent 5cb4e0fef7
commit a599b37e6d
3 changed files with 46 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
import wx
def retweet_question(parent):
return wx.MessageDialog(parent, _(u"Would you like to add a comment to this tweet?"), _("Retweet"), wx.YES_NO|wx.CANCEL|wx.ICON_QUESTION).ShowModal()