This commit is contained in:
2015-08-07 09:05:59 -05:00
parent faec92ce6c
commit 25578e4fc6
4 changed files with 4 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ def setup():
def donation():
dlg = commonMessageDialogs.donation()
if dlg == widgetUtils.YES:
webbrowser.open_new_tab("http://twblue.es/donate")
webbrowser.open_new_tab("http://twblue.es/?q=donate")
config.app["app-settings"]["donation_dialog_displayed"] = True
setup()