mirror of
https://github.com/transmission/transmission
synced 2025-03-04 10:38:13 +00:00
some cleanup
This commit is contained in:
parent
3bc7585b5b
commit
afb50f6997
3 changed files with 1 additions and 6 deletions
|
@ -3,11 +3,6 @@
|
||||||
|
|
||||||
@implementation ActionPopUpButton
|
@implementation ActionPopUpButton
|
||||||
|
|
||||||
+ (Class) cellClass
|
|
||||||
{
|
|
||||||
return [ActionPopUpButtonCell class];
|
|
||||||
}
|
|
||||||
|
|
||||||
- (id) initWithCoder: (NSCoder *) coder
|
- (id) initWithCoder: (NSCoder *) coder
|
||||||
{
|
{
|
||||||
if (self = [super initWithCoder: coder])
|
if (self = [super initWithCoder: coder])
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
- (id) initTextCell: (NSString *) string pullsDown: (BOOL) pullDown
|
- (id) initTextCell: (NSString *) string pullsDown: (BOOL) pullDown
|
||||||
{
|
{
|
||||||
if (self = [super initTextCell: string pullsDown: YES])
|
if ((self = [super initTextCell: string pullsDown: YES]))
|
||||||
{
|
{
|
||||||
fImage = [NSImage imageNamed: @"ActionButton.png"];
|
fImage = [NSImage imageNamed: @"ActionButton.png"];
|
||||||
[fImage setFlipped: YES];
|
[fImage setFlipped: YES];
|
||||||
|
|
BIN
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
generated
BIN
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
generated
Binary file not shown.
Loading…
Add table
Reference in a new issue