add support in libT and the mac interface for displaying comment, creator, and date created

This commit is contained in:
Mitchell Livingston
2006-11-23 01:38:18 +00:00
parent d9e3d6b0b1
commit 4306c7cfa5
10 changed files with 70 additions and 6 deletions

View File

@@ -38,9 +38,11 @@
IBOutlet NSImageView * fImageView;
IBOutlet NSTextField * fNameField, * fSizeField, * fTrackerField,
* fAnnounceField, * fPieceSizeField, * fPiecesField,
* fHashField,
* fHashField, * fCommentField,
* fTorrentLocationField, * fDataLocationField,
* fDateStartedField, * fStateField,
* fDateStartedField,
* fCreatorField, * fDateCreatedField,
* fStateField,
* fDownloadedValidField, * fDownloadedTotalField, * fUploadedTotalField,
* fRatioField, * fSwarmSpeedField;
IBOutlet NSButton * fRevealDataButton, * fRevealTorrentButton;