mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
update credits
This commit is contained in:
parent
8713d3468c
commit
2a8f9eb1f9
4 changed files with 8 additions and 3 deletions
1
AUTHORS
1
AUTHORS
|
@ -20,6 +20,7 @@ Mac OS X, current release:
|
|||
Thermaikos (Greek)
|
||||
Jaewoo Chung (Korean)
|
||||
Anton Sotkov (Russian)
|
||||
Alexander Bykov (Russian)
|
||||
|
||||
GTK+:
|
||||
Calorì Alessandro (Italian)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf410
|
||||
{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf440
|
||||
{\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;}
|
||||
{\colortbl;\red255\green255\blue255;\red127\green127\blue127;}
|
||||
\vieww9000\viewh8400\viewkind0
|
||||
|
@ -64,6 +64,9 @@ Lead Developers
|
|||
\fs20 \cf2 (Korean)\
|
||||
|
||||
\fs24 \cf0 Anton Sotkov
|
||||
\fs20 \cf2 (Russian)\
|
||||
|
||||
\fs24 \cf0 Alexander Bykov
|
||||
\fs20 \cf2 (Russian)
|
||||
\fs24 \cf0 \
|
||||
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
fDotGreen = [NSImage imageNamed: @"GreenDot.tiff"];
|
||||
fDotRed = [NSImage imageNamed: @"RedDot.tiff"];
|
||||
|
||||
fCanResizeVertical = NO;
|
||||
fCanResizeVertical = YES;
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
@ -82,6 +82,7 @@
|
|||
//window location and size
|
||||
NSPanel * window = (NSPanel *)[self window];
|
||||
|
||||
#warning get working again
|
||||
[window setFrameAutosaveName: @"InspectorWindowFrame"];
|
||||
[window setFrameUsingName: @"InspectorWindowFrame"];
|
||||
|
||||
|
@ -98,7 +99,6 @@
|
|||
[fPeerTable setSortDescriptors: [NSArray arrayWithObject: [[fPeerTable tableColumnWithIdentifier: @"IP"]
|
||||
sortDescriptorPrototype]]];
|
||||
|
||||
#warning make button? or just cell?
|
||||
//set file table
|
||||
[fFileOutline setDoubleAction: @selector(revealFile:)];
|
||||
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
NSDictionary * fSmallStatusAttributes;
|
||||
|
||||
Torrent * fMenuTorrent;
|
||||
NSEvent * fMenuEvent;
|
||||
}
|
||||
|
||||
- (void) setTorrents: (NSArray *) torrents;
|
||||
|
|
Loading…
Reference in a new issue