Transfer, not Torrent

This commit is contained in:
Mitchell Livingston 2006-06-14 01:28:23 +00:00
parent d77470bdf8
commit a3e1af9717
4 changed files with 4 additions and 5 deletions

View File

@ -422,7 +422,7 @@ static void sleepCallBack( void * controller, io_service_t y,
{
int count = [fTorrents count];
[fTotalTorrentsField setStringValue: [NSString stringWithFormat:
@"%d Torrent%s", count, count == 1 ? "" : "s"]];
@"%d Transfer%s", count, count == 1 ? "" : "s"]];
}
}

View File

@ -9,7 +9,7 @@
<key>1041</key>
<string>344 478 208 99 0 0 1152 842 </string>
<key>1480</key>
<string>423 269 420 60 0 0 1152 842 </string>
<string>366 548 420 60 0 0 1152 842 </string>
<key>29</key>
<string>189 691 451 44 0 0 1152 842 </string>
<key>456</key>
@ -29,9 +29,8 @@
<integer>3</integer>
<key>IBOpenObjects</key>
<array>
<integer>29</integer>
<integer>1480</integer>
<integer>21</integer>
<integer>456</integer>
</array>
<key>IBSystem Version</key>
<string>8I127</string>

Binary file not shown.

View File

@ -31,7 +31,7 @@
if ((self = [super initWithFrame: frameRect]))
{
fBackgroundColor = [[NSColor colorWithPatternImage:
[NSImage imageNamed: @"StatusBorder"]] retain];
[NSImage imageNamed: @"StatusBorder.tiff"]] retain];
}
return self;
}