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

@@ -19,8 +19,11 @@
LANGUAGE = ObjC;
OUTLETS = {
fAnnounceField = NSTextField;
fCommentField = NSTextField;
fConnectedPeersField = NSTextField;
fCreatorField = NSTextField;
fDataLocationField = NSTextField;
fDateCreatedField = NSTextField;
fDateStartedField = NSTextField;
fDownloadedTotalField = NSTextField;
fDownloadedValidField = NSTextField;