aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-04-11 15:14:01 +0000
committerstuconnolly <stuart02@gmail.com>2009-04-11 15:14:01 +0000
commita0cd9ef61ebcd6d360c167dc25939c1d1bc6ffb2 (patch)
tree4cd870a3657e3d3f40b377664e5407f141314d11
parent93c8b122f50fe8760e2f9dd5ba4157528d71f3c0 (diff)
downloadsequelpro-a0cd9ef61ebcd6d360c167dc25939c1d1bc6ffb2.tar.gz
sequelpro-a0cd9ef61ebcd6d360c167dc25939c1d1bc6ffb2.tar.bz2
sequelpro-a0cd9ef61ebcd6d360c167dc25939c1d1bc6ffb2.zip
Change 'Donation' URL.
-rw-r--r--Source/MainController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/MainController.m b/Source/MainController.m
index 2e80e396..d59d2725 100644
--- a/Source/MainController.m
+++ b/Source/MainController.m
@@ -28,7 +28,7 @@
#import "SPPreferenceController.h"
#define SEQUEL_PRO_HOME_PAGE_URL @"http://www.sequelpro.com/"
-#define SEQUEL_PRO_DONATIONS_URL @"http://code.google.com/p/sequel-pro/wiki/Donations"
+#define SEQUEL_PRO_DONATIONS_URL @"http://www.sequelpro.com/donate.html"
#define SEQUEL_PRO_FAQ_URL @"http://www.sequelpro.com/frequently-asked-questions.html"
@implementation MainController