From 7ee497de7b4b05fe338166221b0fd42962975214 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Fri, 19 Nov 2010 13:20:57 +0000 Subject: =?UTF-8?q?=E2=80=A2=20added=20help=20url=20to=20SP=20wiki?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPBundleEditorController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPBundleEditorController.m') 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 -- cgit v1.2.3