From dee388d22c3df0c428dfcf70da39683100c663d6 Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Mon, 9 May 2016 21:57:04 -0700 Subject: [PATCH] Changed the Support Cog link. --- Application/AppController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/AppController.m b/Application/AppController.m index ca49f07ab..e608b8984 100644 --- a/Application/AppController.m +++ b/Application/AppController.m @@ -330,7 +330,7 @@ - (IBAction)donate:(id)sender { - [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://sourceforge.net/project/project_donations.php?group_id=140003"]]; + [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://pledgie.com/campaigns/31642"]]; } - (void)initDefaults