From 18b90ba93f177207f0c8c34b1870b1d1ec740902 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Fri, 14 Jun 2019 17:38:00 -0500 Subject: [PATCH] Added How To Support NetNewsWire help menu item. Issue #753 --- Mac/AppDelegate.swift | 5 +++++ Mac/Base.lproj/Main.storyboard | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index 269591996..f78cae77e 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -418,6 +418,11 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations, Browser.open("https://ranchero.com/netnewswire/", inBackground: false) } + @IBAction func openHowToSupport(_ sender: Any?) { + + Browser.open("https://github.com/brentsimmons/NetNewsWire/blob/master/Technotes/HowToSupportNetNewsWire.markdown", inBackground: false) + } + @IBAction func openRepository(_ sender: Any?) { Browser.open("https://github.com/brentsimmons/NetNewsWire", inBackground: false) diff --git a/Mac/Base.lproj/Main.storyboard b/Mac/Base.lproj/Main.storyboard index fe81915b1..8d270183a 100644 --- a/Mac/Base.lproj/Main.storyboard +++ b/Mac/Base.lproj/Main.storyboard @@ -537,6 +537,12 @@ + + + + + +