mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
typo caused pressed action button to be flipped
This commit is contained in:
parent
237a7c6b71
commit
3bc7585b5b
2 changed files with 2 additions and 2 deletions
|
@ -232,7 +232,7 @@ char * tr_clientForId( uint8_t * id )
|
|||
}
|
||||
else if( !memcmp( id, "LIME", 4 ) )
|
||||
{
|
||||
asprintf( &ret, "Limewire (%c%c%c%c)", id[4], id[5], id[6], id[7] );
|
||||
asprintf( &ret, "Limewire" );
|
||||
}
|
||||
else if( !memcmp( id, "-G3", 3 ) )
|
||||
{
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
fImage = [NSImage imageNamed: @"ActionButton.png"];
|
||||
[fImage setFlipped: YES];
|
||||
fImagePressed = [NSImage imageNamed: @"ActionButtonPressed.png"];
|
||||
[fImage setFlipped: YES];
|
||||
[fImagePressed setFlipped: YES];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue