show prefs window in Window menu / dock menu

This commit is contained in:
Mitchell Livingston
2006-08-08 22:23:33 +00:00
parent eb7edc5f28
commit 5ba17385e7
5 changed files with 8 additions and 9 deletions

View File

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