diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-19 13:20:57 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-19 13:20:57 +0000 |
commit | 7ee497de7b4b05fe338166221b0fd42962975214 (patch) | |
tree | eec795caf0076aeb6ce62323ed5403b2496de15a | |
parent | 823ce1e87ff4d2a333ff64c17ef818a3afbffca7 (diff) | |
download | sequelpro-7ee497de7b4b05fe338166221b0fd42962975214.tar.gz sequelpro-7ee497de7b4b05fe338166221b0fd42962975214.tar.bz2 sequelpro-7ee497de7b4b05fe338166221b0fd42962975214.zip |
• added help url to SP wiki
-rw-r--r-- | Source/SPBundleEditorController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPBundleEditorController.m b/Source/SPBundleEditorController.m index 71b2f7ab..378d3b5e 100644 --- a/Source/SPBundleEditorController.m +++ b/Source/SPBundleEditorController.m @@ -453,7 +453,7 @@ - (IBAction)showHelp:(id)sender { - // [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:NSLocalizedString(@"http://www.sequelpro.com/docs/Bundles", @"Localized help page for bundles - do not localize if no translated webpage is available")]]; + [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:NSLocalizedString(@"http://www.sequelpro.com/docs/Bundle_Editor", @"Localized help page for bundle editor - do not localize if no translated webpage is available")]]; } - (IBAction)showWindow:(id)sender |