Update 2005-11-17

This commit is contained in:
Eric Petit
2006-01-12 18:29:20 +00:00
parent 8adc2d7338
commit d2cc6ce7c6
36 changed files with 1001 additions and 459 deletions

View File

@@ -7,6 +7,9 @@
linkHomepage = id;
openShowSheet = id;
removeTorrent = id;
removeTorrentDeleteBoth = id;
removeTorrentDeleteData = id;
removeTorrentDeleteFile = id;
resumeTorrent = id;
showInfo = id;
showMainWindow = id;
@@ -16,6 +19,7 @@
LANGUAGE = ObjC;
OUTLETS = {
fAdvancedBarItem = NSMenuItem;
fContextMenu = NSMenu;
fInfoAnnounce = NSTextField;
fInfoDownloaded = NSTextField;
fInfoFolder = NSTextField;
@@ -49,6 +53,12 @@
fWindow = NSWindow;
};
SUPERCLASS = NSObject;
},
{
CLASS = TorrentTableView;
LANGUAGE = ObjC;
OUTLETS = {fController = Controller; };
SUPERCLASS = NSTableView;
}
);
IBVersion = 1;