mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2026-05-12 21:07:37 +02:00
Retweets, add and remove from favourites are supported
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user