mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
hook action in the xib (#4135)
This commit is contained in:
@@ -40,9 +40,6 @@ typedef NS_ENUM(unsigned int, filePriorityMenuTag) { //
|
||||
{
|
||||
self.fFileList = [[NSMutableArray alloc] init];
|
||||
|
||||
self.fOutline.doubleAction = @selector(revealFile:);
|
||||
self.fOutline.target = self;
|
||||
|
||||
//set table header tool tips
|
||||
[self.fOutline tableColumnWithIdentifier:@"Check"].headerToolTip = NSLocalizedString(@"Download", "file table -> header tool tip");
|
||||
[self.fOutline tableColumnWithIdentifier:@"Priority"].headerToolTip = NSLocalizedString(@"Priority", "file table -> header tool tip");
|
||||
|
||||
Reference in New Issue
Block a user