rename date to date added

This commit is contained in:
Mitchell Livingston
2007-03-30 18:58:18 +00:00
parent 5a59d210c4
commit 18c690e825
3 changed files with 12 additions and 12 deletions

View File

@@ -253,7 +253,7 @@
else
[fTorrentLocationField setToolTip: [torrent torrentLocation]];
[fDateStartedField setObjectValue: [torrent date]];
[fDateStartedField setObjectValue: [torrent dateAdded]];
[fRevealDataButton setHidden: NO];
[fRevealTorrentButton setHidden: ![torrent publicTorrent]];