aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-03-25 19:53:05 +0000
committerstuconnolly <stuart02@gmail.com>2010-03-25 19:53:05 +0000
commitfa5f69379821283787e66405c7a6bd43dc16a71e (patch)
treec0286d5bb604952c91d5f907b0645fce0da9d95c /Source/SPConnectionController.m
parentc6779c7de40f38c8ff7f8d8ffa7c649164921556 (diff)
downloadsequelpro-fa5f69379821283787e66405c7a6bd43dc16a71e.tar.gz
sequelpro-fa5f69379821283787e66405c7a6bd43dc16a71e.tar.bz2
sequelpro-fa5f69379821283787e66405c7a6bd43dc16a71e.zip
Add support for selecting the triggers view as the default in the general preferences pane.
Diffstat (limited to 'Source/SPConnectionController.m')
-rw-r--r--Source/SPConnectionController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m
index 7e84a7f0..0281896f 100644
--- a/Source/SPConnectionController.m
+++ b/Source/SPConnectionController.m
@@ -529,7 +529,7 @@
*/
- (IBAction) showHelp:(id)sender
{
- [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.sequelpro.com/docs/Getting_Connected"]];
+ [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:SPGettingConnectedDocURL]];
}
#pragma mark -