Open the help page with HTTPS.
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 16 Dec 2010 15:19:18 +0000 (10:19 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 16 Dec 2010 15:19:18 +0000 (10:19 -0500)
Source/AppDelegate.m

index 952ab3a5d809726918ea685e141386d4d8fd420c..4091ac065cde6f5bb29aacac373d777b6d29e986 100644 (file)
@@ -88,7 +88,7 @@
  */
 - (IBAction)openHelpPage:(id)sender
 {
-  [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.bluestatic.org/software/macgdbp/help.php"]];
+  [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://www.bluestatic.org/software/macgdbp/help.php"]];
 }
 
 @end