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

@@ -134,7 +134,7 @@
[fDataLocationField setToolTip: nil];
[fDateStartedField setStringValue: @""];
//don't allow empty strings to be selected
//don't allow empty fields to be selected
[fTrackerField setSelectable: NO];
[fAnnounceField setSelectable: NO];
[fHashField setSelectable: NO];
@@ -182,7 +182,7 @@
[fDataLocationField setToolTip: [torrent dataLocation]];
[fDateStartedField setObjectValue: [torrent date]];
//allow these strings to be selected
//allow these fields to be selected
[fTrackerField setSelectable: YES];
[fAnnounceField setSelectable: YES];
[fHashField setSelectable: YES];