diff options
author | abhibeckert <abhi@abhibeckert.com> | 2008-04-13 06:05:57 +0000 |
---|---|---|
committer | abhibeckert <abhi@abhibeckert.com> | 2008-04-13 06:05:57 +0000 |
commit | dd7485a6b9a5d5b55cd6e10206f93e3b37e01f59 (patch) | |
tree | 2c8ccfc744852239ed5bb9a14fc8b63b52026ae7 /MainController.m | |
parent | 836d460217bc4dd5cc0085fc6d4075b34e87bf55 (diff) | |
download | sequelpro-dd7485a6b9a5d5b55cd6e10206f93e3b37e01f59.tar.gz sequelpro-dd7485a6b9a5d5b55cd6e10206f93e3b37e01f59.tar.bz2 sequelpro-dd7485a6b9a5d5b55cd6e10206f93e3b37e01f59.zip |
update version to 0.8
remove references to CocoaMySQL
fix broken link to FAQ page
apply new icon to documentation
update credits rtf
Diffstat (limited to 'MainController.m')
-rw-r--r-- | MainController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MainController.m b/MainController.m index 8256a1a2..ccf387e9 100644 --- a/MainController.m +++ b/MainController.m @@ -350,7 +350,7 @@ opens donate link in default browser opens donate link in default browser */ { - [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://code.google.com/p/sequel-pro/faq.php"]]; + [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://code.google.com/p/sequel-pro/wiki/FAQ"]]; } - (IBAction)checkForUpdates:(id)sender |