Add help button to Network prefs that goes straight to portforwarding help.

This commit is contained in:
Mitchell Livingston
2006-08-08 23:03:45 +00:00
parent 5ba17385e7
commit 355ae372cf
9 changed files with 14 additions and 5 deletions

View File

@@ -785,6 +785,12 @@
[[NSNotificationCenter defaultCenter] postNotificationName: @"AutoSizeSettingChange" object: self];
}
- (void) helpForNetwork: (id) sender
{
[[NSHelpManager sharedHelpManager] openHelpAnchor: @"PortForwarding"
inBook: [[NSBundle mainBundle] objectForInfoDictionaryKey: @"CFBundleHelpBookName"]];
}
@end
@implementation PrefsController (Private)