From d79e33831e4713493e74a9267dc2bb5fe260685a Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Thu, 14 Feb 2019 14:24:39 +0100 Subject: MacGui: fix documentation link, some property annotations. --- macosx/HBUtilities.m | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'macosx/HBUtilities.m') diff --git a/macosx/HBUtilities.m b/macosx/HBUtilities.m index e6f9c67ec..7e95f007a 100644 --- a/macosx/HBUtilities.m +++ b/macosx/HBUtilities.m @@ -57,6 +57,11 @@ static NSDateFormatter *_releaseDateFormatter = nil; return appSupportURL; } ++ (NSURL *)documentationURL +{ + return [NSURL URLWithString:@"https://handbrake.fr/docs/en/1.2.0/"]; +} + + (void)writeToActivityLog:(const char *)format, ... { va_list args; -- cgit v1.2.3