Added a proxy to Socializer
This commit is contained in:
@@ -45,4 +45,7 @@ def join_group():
|
||||
return wx.MessageDialog(None, _("If you like socializer, you can join or community from where you can ask for help, give us your feedback and help other users of the application. New releases are posted in the group too. Would you like to join the Socializer community?"), _("Attention"), style=wx.ICON_QUESTION|wx.YES_NO).ShowModal()
|
||||
|
||||
def group_joined():
|
||||
return wx.MessageDialog(None, _("You have joined the Socializer community."), _("Success")).ShowModal()
|
||||
return wx.MessageDialog(None, _("You have joined the Socializer community."), _("Success")).ShowModal()
|
||||
|
||||
def proxy_question():
|
||||
return wx.MessageDialog(None, _("If you live in a country where VK is blocked, you can use a proxy to bypass such restrictions. Socializer includes a working proxy to ensure all users can connect to VK. Do you want to use Socializer through the proxy?"), _("Attention"), style=wx.ICON_QUESTION|wx.YES_NO).ShowModal()
|
||||
|
Reference in New Issue
Block a user