mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
add support in libT and the mac interface for displaying comment, creator, and date created
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user